1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

delete MERGE Command from this PR

This commit is contained in:
shacharPash
2023-05-17 14:04:46 +03:00
parent 40c7df04c7
commit 574e7bd2c6
3 changed files with 0 additions and 31 deletions

View File

@@ -10,7 +10,6 @@ import * as FORGET from './FORGET';
import * as GET from './GET';
import * as MGET from './MGET';
import * as MSET from './MSET';
import * as MERGE from './MERGE';
import * as NUMINCRBY from './NUMINCRBY';
import * as NUMMULTBY from './NUMMULTBY';
import * as OBJKEYS from './OBJKEYS';
@@ -42,8 +41,6 @@ export default {
forget: FORGET,
GET,
get: GET,
MERGE,
merge: MERGE,
MGET,
mGet: MGET,
MSET,