123
This commit is contained in:
670
node_modules/@redis/client/dist/lib/cluster/commands.js
generated
vendored
Normal file
670
node_modules/@redis/client/dist/lib/cluster/commands.js
generated
vendored
Normal file
@ -0,0 +1,670 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const APPEND = require("../commands/APPEND");
|
||||
const BITCOUNT = require("../commands/BITCOUNT");
|
||||
const BITFIELD_RO = require("../commands/BITFIELD_RO");
|
||||
const BITFIELD = require("../commands/BITFIELD");
|
||||
const BITOP = require("../commands/BITOP");
|
||||
const BITPOS = require("../commands/BITPOS");
|
||||
const BLMOVE = require("../commands/BLMOVE");
|
||||
const BLMPOP = require("../commands/BLMPOP");
|
||||
const BLPOP = require("../commands/BLPOP");
|
||||
const BRPOP = require("../commands/BRPOP");
|
||||
const BRPOPLPUSH = require("../commands/BRPOPLPUSH");
|
||||
const BZMPOP = require("../commands/BZMPOP");
|
||||
const BZPOPMAX = require("../commands/BZPOPMAX");
|
||||
const BZPOPMIN = require("../commands/BZPOPMIN");
|
||||
const COPY = require("../commands/COPY");
|
||||
const DECR = require("../commands/DECR");
|
||||
const DECRBY = require("../commands/DECRBY");
|
||||
const DEL = require("../commands/DEL");
|
||||
const DUMP = require("../commands/DUMP");
|
||||
const EVAL_RO = require("../commands/EVAL_RO");
|
||||
const EVAL = require("../commands/EVAL");
|
||||
const EVALSHA_RO = require("../commands/EVALSHA_RO");
|
||||
const EVALSHA = require("../commands/EVALSHA");
|
||||
const EXISTS = require("../commands/EXISTS");
|
||||
const EXPIRE = require("../commands/EXPIRE");
|
||||
const EXPIREAT = require("../commands/EXPIREAT");
|
||||
const EXPIRETIME = require("../commands/EXPIRETIME");
|
||||
const FCALL_RO = require("../commands/FCALL_RO");
|
||||
const FCALL = require("../commands/FCALL");
|
||||
const GEOADD = require("../commands/GEOADD");
|
||||
const GEODIST = require("../commands/GEODIST");
|
||||
const GEOHASH = require("../commands/GEOHASH");
|
||||
const GEOPOS = require("../commands/GEOPOS");
|
||||
const GEORADIUS_RO_WITH = require("../commands/GEORADIUS_RO_WITH");
|
||||
const GEORADIUS_RO = require("../commands/GEORADIUS_RO");
|
||||
const GEORADIUS_WITH = require("../commands/GEORADIUS_WITH");
|
||||
const GEORADIUS = require("../commands/GEORADIUS");
|
||||
const GEORADIUSBYMEMBER_RO_WITH = require("../commands/GEORADIUSBYMEMBER_RO_WITH");
|
||||
const GEORADIUSBYMEMBER_RO = require("../commands/GEORADIUSBYMEMBER_RO");
|
||||
const GEORADIUSBYMEMBER_WITH = require("../commands/GEORADIUSBYMEMBER_WITH");
|
||||
const GEORADIUSBYMEMBER = require("../commands/GEORADIUSBYMEMBER");
|
||||
const GEORADIUSBYMEMBERSTORE = require("../commands/GEORADIUSBYMEMBERSTORE");
|
||||
const GEORADIUSSTORE = require("../commands/GEORADIUSSTORE");
|
||||
const GEOSEARCH_WITH = require("../commands/GEOSEARCH_WITH");
|
||||
const GEOSEARCH = require("../commands/GEOSEARCH");
|
||||
const GEOSEARCHSTORE = require("../commands/GEOSEARCHSTORE");
|
||||
const GET = require("../commands/GET");
|
||||
const GETBIT = require("../commands/GETBIT");
|
||||
const GETDEL = require("../commands/GETDEL");
|
||||
const GETEX = require("../commands/GETEX");
|
||||
const GETRANGE = require("../commands/GETRANGE");
|
||||
const GETSET = require("../commands/GETSET");
|
||||
const HDEL = require("../commands/HDEL");
|
||||
const HEXISTS = require("../commands/HEXISTS");
|
||||
const HEXPIRE = require("../commands/HEXPIRE");
|
||||
const HEXPIREAT = require("../commands/HEXPIREAT");
|
||||
const HEXPIRETIME = require("../commands/HEXPIRETIME");
|
||||
const HGET = require("../commands/HGET");
|
||||
const HGETALL = require("../commands/HGETALL");
|
||||
const HINCRBY = require("../commands/HINCRBY");
|
||||
const HINCRBYFLOAT = require("../commands/HINCRBYFLOAT");
|
||||
const HKEYS = require("../commands/HKEYS");
|
||||
const HLEN = require("../commands/HLEN");
|
||||
const HMGET = require("../commands/HMGET");
|
||||
const HPERSIST = require("../commands/HPERSIST");
|
||||
const HPEXPIRE = require("../commands/HPEXPIRE");
|
||||
const HPEXPIREAT = require("../commands/HPEXPIREAT");
|
||||
const HPEXPIRETIME = require("../commands/HPEXPIRETIME");
|
||||
const HPTTL = require("../commands/HPTTL");
|
||||
const HRANDFIELD_COUNT_WITHVALUES = require("../commands/HRANDFIELD_COUNT_WITHVALUES");
|
||||
const HRANDFIELD_COUNT = require("../commands/HRANDFIELD_COUNT");
|
||||
const HRANDFIELD = require("../commands/HRANDFIELD");
|
||||
const HSCAN = require("../commands/HSCAN");
|
||||
const HSCAN_NOVALUES = require("../commands/HSCAN_NOVALUES");
|
||||
const HSET = require("../commands/HSET");
|
||||
const HSETNX = require("../commands/HSETNX");
|
||||
const HSTRLEN = require("../commands/HSTRLEN");
|
||||
const HTTL = require("../commands/HTTL");
|
||||
const HVALS = require("../commands/HVALS");
|
||||
const INCR = require("../commands/INCR");
|
||||
const INCRBY = require("../commands/INCRBY");
|
||||
const INCRBYFLOAT = require("../commands/INCRBYFLOAT");
|
||||
const LCS_IDX_WITHMATCHLEN = require("../commands/LCS_IDX_WITHMATCHLEN");
|
||||
const LCS_IDX = require("../commands/LCS_IDX");
|
||||
const LCS_LEN = require("../commands/LCS_LEN");
|
||||
const LCS = require("../commands/LCS");
|
||||
const LINDEX = require("../commands/LINDEX");
|
||||
const LINSERT = require("../commands/LINSERT");
|
||||
const LLEN = require("../commands/LLEN");
|
||||
const LMOVE = require("../commands/LMOVE");
|
||||
const LMPOP = require("../commands/LMPOP");
|
||||
const LPOP_COUNT = require("../commands/LPOP_COUNT");
|
||||
const LPOP = require("../commands/LPOP");
|
||||
const LPOS_COUNT = require("../commands/LPOS_COUNT");
|
||||
const LPOS = require("../commands/LPOS");
|
||||
const LPUSH = require("../commands/LPUSH");
|
||||
const LPUSHX = require("../commands/LPUSHX");
|
||||
const LRANGE = require("../commands/LRANGE");
|
||||
const LREM = require("../commands/LREM");
|
||||
const LSET = require("../commands/LSET");
|
||||
const LTRIM = require("../commands/LTRIM");
|
||||
const MGET = require("../commands/MGET");
|
||||
const MIGRATE = require("../commands/MIGRATE");
|
||||
const MSET = require("../commands/MSET");
|
||||
const MSETNX = require("../commands/MSETNX");
|
||||
const OBJECT_ENCODING = require("../commands/OBJECT_ENCODING");
|
||||
const OBJECT_FREQ = require("../commands/OBJECT_FREQ");
|
||||
const OBJECT_IDLETIME = require("../commands/OBJECT_IDLETIME");
|
||||
const OBJECT_REFCOUNT = require("../commands/OBJECT_REFCOUNT");
|
||||
const PERSIST = require("../commands/PERSIST");
|
||||
const PEXPIRE = require("../commands/PEXPIRE");
|
||||
const PEXPIREAT = require("../commands/PEXPIREAT");
|
||||
const PEXPIRETIME = require("../commands/PEXPIRETIME");
|
||||
const PFADD = require("../commands/PFADD");
|
||||
const PFCOUNT = require("../commands/PFCOUNT");
|
||||
const PFMERGE = require("../commands/PFMERGE");
|
||||
const PSETEX = require("../commands/PSETEX");
|
||||
const PTTL = require("../commands/PTTL");
|
||||
const PUBLISH = require("../commands/PUBLISH");
|
||||
const RENAME = require("../commands/RENAME");
|
||||
const RENAMENX = require("../commands/RENAMENX");
|
||||
const RESTORE = require("../commands/RESTORE");
|
||||
const RPOP_COUNT = require("../commands/RPOP_COUNT");
|
||||
const RPOP = require("../commands/RPOP");
|
||||
const RPOPLPUSH = require("../commands/RPOPLPUSH");
|
||||
const RPUSH = require("../commands/RPUSH");
|
||||
const RPUSHX = require("../commands/RPUSHX");
|
||||
const SADD = require("../commands/SADD");
|
||||
const SCARD = require("../commands/SCARD");
|
||||
const SDIFF = require("../commands/SDIFF");
|
||||
const SDIFFSTORE = require("../commands/SDIFFSTORE");
|
||||
const SET = require("../commands/SET");
|
||||
const SETBIT = require("../commands/SETBIT");
|
||||
const SETEX = require("../commands/SETEX");
|
||||
const SETNX = require("../commands/SETNX");
|
||||
const SETRANGE = require("../commands/SETRANGE");
|
||||
const SINTER = require("../commands/SINTER");
|
||||
const SINTERCARD = require("../commands/SINTERCARD");
|
||||
const SINTERSTORE = require("../commands/SINTERSTORE");
|
||||
const SISMEMBER = require("../commands/SISMEMBER");
|
||||
const SMEMBERS = require("../commands/SMEMBERS");
|
||||
const SMISMEMBER = require("../commands/SMISMEMBER");
|
||||
const SMOVE = require("../commands/SMOVE");
|
||||
const SORT_RO = require("../commands/SORT_RO");
|
||||
const SORT_STORE = require("../commands/SORT_STORE");
|
||||
const SORT = require("../commands/SORT");
|
||||
const SPOP = require("../commands/SPOP");
|
||||
const SPUBLISH = require("../commands/SPUBLISH");
|
||||
const SRANDMEMBER_COUNT = require("../commands/SRANDMEMBER_COUNT");
|
||||
const SRANDMEMBER = require("../commands/SRANDMEMBER");
|
||||
const SREM = require("../commands/SREM");
|
||||
const SSCAN = require("../commands/SSCAN");
|
||||
const STRLEN = require("../commands/STRLEN");
|
||||
const SUNION = require("../commands/SUNION");
|
||||
const SUNIONSTORE = require("../commands/SUNIONSTORE");
|
||||
const TOUCH = require("../commands/TOUCH");
|
||||
const TTL = require("../commands/TTL");
|
||||
const TYPE = require("../commands/TYPE");
|
||||
const UNLINK = require("../commands/UNLINK");
|
||||
const WATCH = require("../commands/WATCH");
|
||||
const XACK = require("../commands/XACK");
|
||||
const XADD = require("../commands/XADD");
|
||||
const XAUTOCLAIM_JUSTID = require("../commands/XAUTOCLAIM_JUSTID");
|
||||
const XAUTOCLAIM = require("../commands/XAUTOCLAIM");
|
||||
const XCLAIM_JUSTID = require("../commands/XCLAIM_JUSTID");
|
||||
const XCLAIM = require("../commands/XCLAIM");
|
||||
const XDEL = require("../commands/XDEL");
|
||||
const XGROUP_CREATE = require("../commands/XGROUP_CREATE");
|
||||
const XGROUP_CREATECONSUMER = require("../commands/XGROUP_CREATECONSUMER");
|
||||
const XGROUP_DELCONSUMER = require("../commands/XGROUP_DELCONSUMER");
|
||||
const XGROUP_DESTROY = require("../commands/XGROUP_DESTROY");
|
||||
const XGROUP_SETID = require("../commands/XGROUP_SETID");
|
||||
const XINFO_CONSUMERS = require("../commands/XINFO_CONSUMERS");
|
||||
const XINFO_GROUPS = require("../commands/XINFO_GROUPS");
|
||||
const XINFO_STREAM = require("../commands/XINFO_STREAM");
|
||||
const XLEN = require("../commands/XLEN");
|
||||
const XPENDING_RANGE = require("../commands/XPENDING_RANGE");
|
||||
const XPENDING = require("../commands/XPENDING");
|
||||
const XRANGE = require("../commands/XRANGE");
|
||||
const XREAD = require("../commands/XREAD");
|
||||
const XREADGROUP = require("../commands/XREADGROUP");
|
||||
const XREVRANGE = require("../commands/XREVRANGE");
|
||||
const XSETID = require("../commands/XSETID");
|
||||
const XTRIM = require("../commands/XTRIM");
|
||||
const ZADD = require("../commands/ZADD");
|
||||
const ZCARD = require("../commands/ZCARD");
|
||||
const ZCOUNT = require("../commands/ZCOUNT");
|
||||
const ZDIFF_WITHSCORES = require("../commands/ZDIFF_WITHSCORES");
|
||||
const ZDIFF = require("../commands/ZDIFF");
|
||||
const ZDIFFSTORE = require("../commands/ZDIFFSTORE");
|
||||
const ZINCRBY = require("../commands/ZINCRBY");
|
||||
const ZINTER_WITHSCORES = require("../commands/ZINTER_WITHSCORES");
|
||||
const ZINTER = require("../commands/ZINTER");
|
||||
const ZINTERCARD = require("../commands/ZINTERCARD");
|
||||
const ZINTERSTORE = require("../commands/ZINTERSTORE");
|
||||
const ZLEXCOUNT = require("../commands/ZLEXCOUNT");
|
||||
const ZMPOP = require("../commands/ZMPOP");
|
||||
const ZMSCORE = require("../commands/ZMSCORE");
|
||||
const ZPOPMAX_COUNT = require("../commands/ZPOPMAX_COUNT");
|
||||
const ZPOPMAX = require("../commands/ZPOPMAX");
|
||||
const ZPOPMIN_COUNT = require("../commands/ZPOPMIN_COUNT");
|
||||
const ZPOPMIN = require("../commands/ZPOPMIN");
|
||||
const ZRANDMEMBER_COUNT_WITHSCORES = require("../commands/ZRANDMEMBER_COUNT_WITHSCORES");
|
||||
const ZRANDMEMBER_COUNT = require("../commands/ZRANDMEMBER_COUNT");
|
||||
const ZRANDMEMBER = require("../commands/ZRANDMEMBER");
|
||||
const ZRANGE_WITHSCORES = require("../commands/ZRANGE_WITHSCORES");
|
||||
const ZRANGE = require("../commands/ZRANGE");
|
||||
const ZRANGEBYLEX = require("../commands/ZRANGEBYLEX");
|
||||
const ZRANGEBYSCORE_WITHSCORES = require("../commands/ZRANGEBYSCORE_WITHSCORES");
|
||||
const ZRANGEBYSCORE = require("../commands/ZRANGEBYSCORE");
|
||||
const ZRANGESTORE = require("../commands/ZRANGESTORE");
|
||||
const ZRANK = require("../commands/ZRANK");
|
||||
const ZREM = require("../commands/ZREM");
|
||||
const ZREMRANGEBYLEX = require("../commands/ZREMRANGEBYLEX");
|
||||
const ZREMRANGEBYRANK = require("../commands/ZREMRANGEBYRANK");
|
||||
const ZREMRANGEBYSCORE = require("../commands/ZREMRANGEBYSCORE");
|
||||
const ZREVRANK = require("../commands/ZREVRANK");
|
||||
const ZSCAN = require("../commands/ZSCAN");
|
||||
const ZSCORE = require("../commands/ZSCORE");
|
||||
const ZUNION_WITHSCORES = require("../commands/ZUNION_WITHSCORES");
|
||||
const ZUNION = require("../commands/ZUNION");
|
||||
const ZUNIONSTORE = require("../commands/ZUNIONSTORE");
|
||||
exports.default = {
|
||||
APPEND,
|
||||
append: APPEND,
|
||||
BITCOUNT,
|
||||
bitCount: BITCOUNT,
|
||||
BITFIELD_RO,
|
||||
bitFieldRo: BITFIELD_RO,
|
||||
BITFIELD,
|
||||
bitField: BITFIELD,
|
||||
BITOP,
|
||||
bitOp: BITOP,
|
||||
BITPOS,
|
||||
bitPos: BITPOS,
|
||||
BLMOVE,
|
||||
blMove: BLMOVE,
|
||||
BLMPOP,
|
||||
blmPop: BLMPOP,
|
||||
BLPOP,
|
||||
blPop: BLPOP,
|
||||
BRPOP,
|
||||
brPop: BRPOP,
|
||||
BRPOPLPUSH,
|
||||
brPopLPush: BRPOPLPUSH,
|
||||
BZMPOP,
|
||||
bzmPop: BZMPOP,
|
||||
BZPOPMAX,
|
||||
bzPopMax: BZPOPMAX,
|
||||
BZPOPMIN,
|
||||
bzPopMin: BZPOPMIN,
|
||||
COPY,
|
||||
copy: COPY,
|
||||
DECR,
|
||||
decr: DECR,
|
||||
DECRBY,
|
||||
decrBy: DECRBY,
|
||||
DEL,
|
||||
del: DEL,
|
||||
DUMP,
|
||||
dump: DUMP,
|
||||
EVAL_RO,
|
||||
evalRo: EVAL_RO,
|
||||
EVAL,
|
||||
eval: EVAL,
|
||||
EVALSHA,
|
||||
evalSha: EVALSHA,
|
||||
EVALSHA_RO,
|
||||
evalShaRo: EVALSHA_RO,
|
||||
EXISTS,
|
||||
exists: EXISTS,
|
||||
EXPIRE,
|
||||
expire: EXPIRE,
|
||||
EXPIREAT,
|
||||
expireAt: EXPIREAT,
|
||||
EXPIRETIME,
|
||||
expireTime: EXPIRETIME,
|
||||
FCALL_RO,
|
||||
fCallRo: FCALL_RO,
|
||||
FCALL,
|
||||
fCall: FCALL,
|
||||
GEOADD,
|
||||
geoAdd: GEOADD,
|
||||
GEODIST,
|
||||
geoDist: GEODIST,
|
||||
GEOHASH,
|
||||
geoHash: GEOHASH,
|
||||
GEOPOS,
|
||||
geoPos: GEOPOS,
|
||||
GEORADIUS_RO_WITH,
|
||||
geoRadiusRoWith: GEORADIUS_RO_WITH,
|
||||
GEORADIUS_RO,
|
||||
geoRadiusRo: GEORADIUS_RO,
|
||||
GEORADIUS_WITH,
|
||||
geoRadiusWith: GEORADIUS_WITH,
|
||||
GEORADIUS,
|
||||
geoRadius: GEORADIUS,
|
||||
GEORADIUSBYMEMBER_RO_WITH,
|
||||
geoRadiusByMemberRoWith: GEORADIUSBYMEMBER_RO_WITH,
|
||||
GEORADIUSBYMEMBER_RO,
|
||||
geoRadiusByMemberRo: GEORADIUSBYMEMBER_RO,
|
||||
GEORADIUSBYMEMBER_WITH,
|
||||
geoRadiusByMemberWith: GEORADIUSBYMEMBER_WITH,
|
||||
GEORADIUSBYMEMBER,
|
||||
geoRadiusByMember: GEORADIUSBYMEMBER,
|
||||
GEORADIUSBYMEMBERSTORE,
|
||||
geoRadiusByMemberStore: GEORADIUSBYMEMBERSTORE,
|
||||
GEORADIUSSTORE,
|
||||
geoRadiusStore: GEORADIUSSTORE,
|
||||
GEOSEARCH_WITH,
|
||||
geoSearchWith: GEOSEARCH_WITH,
|
||||
GEOSEARCH,
|
||||
geoSearch: GEOSEARCH,
|
||||
GEOSEARCHSTORE,
|
||||
geoSearchStore: GEOSEARCHSTORE,
|
||||
GET,
|
||||
get: GET,
|
||||
GETBIT,
|
||||
getBit: GETBIT,
|
||||
GETDEL,
|
||||
getDel: GETDEL,
|
||||
GETEX,
|
||||
getEx: GETEX,
|
||||
GETRANGE,
|
||||
getRange: GETRANGE,
|
||||
GETSET,
|
||||
getSet: GETSET,
|
||||
HDEL,
|
||||
hDel: HDEL,
|
||||
HEXISTS,
|
||||
hExists: HEXISTS,
|
||||
HEXPIRE,
|
||||
hExpire: HEXPIRE,
|
||||
HEXPIREAT,
|
||||
hExpireAt: HEXPIREAT,
|
||||
HEXPIRETIME,
|
||||
hExpireTime: HEXPIRETIME,
|
||||
HGET,
|
||||
hGet: HGET,
|
||||
HGETALL,
|
||||
hGetAll: HGETALL,
|
||||
HINCRBY,
|
||||
hIncrBy: HINCRBY,
|
||||
HINCRBYFLOAT,
|
||||
hIncrByFloat: HINCRBYFLOAT,
|
||||
HKEYS,
|
||||
hKeys: HKEYS,
|
||||
HLEN,
|
||||
hLen: HLEN,
|
||||
HMGET,
|
||||
hmGet: HMGET,
|
||||
HPERSIST,
|
||||
hPersist: HPERSIST,
|
||||
HPEXPIRE,
|
||||
hpExpire: HPEXPIRE,
|
||||
HPEXPIREAT,
|
||||
hpExpireAt: HPEXPIREAT,
|
||||
HPEXPIRETIME,
|
||||
hpExpireTime: HPEXPIRETIME,
|
||||
HPTTL,
|
||||
hpTTL: HPTTL,
|
||||
HRANDFIELD_COUNT_WITHVALUES,
|
||||
hRandFieldCountWithValues: HRANDFIELD_COUNT_WITHVALUES,
|
||||
HRANDFIELD_COUNT,
|
||||
hRandFieldCount: HRANDFIELD_COUNT,
|
||||
HRANDFIELD,
|
||||
hRandField: HRANDFIELD,
|
||||
HSCAN,
|
||||
hScan: HSCAN,
|
||||
HSCAN_NOVALUES,
|
||||
hScanNoValues: HSCAN_NOVALUES,
|
||||
HSET,
|
||||
hSet: HSET,
|
||||
HSETNX,
|
||||
hSetNX: HSETNX,
|
||||
HSTRLEN,
|
||||
hStrLen: HSTRLEN,
|
||||
HTTL,
|
||||
hTTL: HTTL,
|
||||
HVALS,
|
||||
hVals: HVALS,
|
||||
INCR,
|
||||
incr: INCR,
|
||||
INCRBY,
|
||||
incrBy: INCRBY,
|
||||
INCRBYFLOAT,
|
||||
incrByFloat: INCRBYFLOAT,
|
||||
LCS_IDX_WITHMATCHLEN,
|
||||
lcsIdxWithMatchLen: LCS_IDX_WITHMATCHLEN,
|
||||
LCS_IDX,
|
||||
lcsIdx: LCS_IDX,
|
||||
LCS_LEN,
|
||||
lcsLen: LCS_LEN,
|
||||
LCS,
|
||||
lcs: LCS,
|
||||
LINDEX,
|
||||
lIndex: LINDEX,
|
||||
LINSERT,
|
||||
lInsert: LINSERT,
|
||||
LLEN,
|
||||
lLen: LLEN,
|
||||
LMOVE,
|
||||
lMove: LMOVE,
|
||||
LMPOP,
|
||||
lmPop: LMPOP,
|
||||
LPOP_COUNT,
|
||||
lPopCount: LPOP_COUNT,
|
||||
LPOP,
|
||||
lPop: LPOP,
|
||||
LPOS_COUNT,
|
||||
lPosCount: LPOS_COUNT,
|
||||
LPOS,
|
||||
lPos: LPOS,
|
||||
LPUSH,
|
||||
lPush: LPUSH,
|
||||
LPUSHX,
|
||||
lPushX: LPUSHX,
|
||||
LRANGE,
|
||||
lRange: LRANGE,
|
||||
LREM,
|
||||
lRem: LREM,
|
||||
LSET,
|
||||
lSet: LSET,
|
||||
LTRIM,
|
||||
lTrim: LTRIM,
|
||||
MGET,
|
||||
mGet: MGET,
|
||||
MIGRATE,
|
||||
migrate: MIGRATE,
|
||||
MSET,
|
||||
mSet: MSET,
|
||||
MSETNX,
|
||||
mSetNX: MSETNX,
|
||||
OBJECT_ENCODING,
|
||||
objectEncoding: OBJECT_ENCODING,
|
||||
OBJECT_FREQ,
|
||||
objectFreq: OBJECT_FREQ,
|
||||
OBJECT_IDLETIME,
|
||||
objectIdleTime: OBJECT_IDLETIME,
|
||||
OBJECT_REFCOUNT,
|
||||
objectRefCount: OBJECT_REFCOUNT,
|
||||
PERSIST,
|
||||
persist: PERSIST,
|
||||
PEXPIRE,
|
||||
pExpire: PEXPIRE,
|
||||
PEXPIREAT,
|
||||
pExpireAt: PEXPIREAT,
|
||||
PEXPIRETIME,
|
||||
pExpireTime: PEXPIRETIME,
|
||||
PFADD,
|
||||
pfAdd: PFADD,
|
||||
PFCOUNT,
|
||||
pfCount: PFCOUNT,
|
||||
PFMERGE,
|
||||
pfMerge: PFMERGE,
|
||||
PSETEX,
|
||||
pSetEx: PSETEX,
|
||||
PTTL,
|
||||
pTTL: PTTL,
|
||||
PUBLISH,
|
||||
publish: PUBLISH,
|
||||
RENAME,
|
||||
rename: RENAME,
|
||||
RENAMENX,
|
||||
renameNX: RENAMENX,
|
||||
RESTORE,
|
||||
restore: RESTORE,
|
||||
RPOP_COUNT,
|
||||
rPopCount: RPOP_COUNT,
|
||||
RPOP,
|
||||
rPop: RPOP,
|
||||
RPOPLPUSH,
|
||||
rPopLPush: RPOPLPUSH,
|
||||
RPUSH,
|
||||
rPush: RPUSH,
|
||||
RPUSHX,
|
||||
rPushX: RPUSHX,
|
||||
SADD,
|
||||
sAdd: SADD,
|
||||
SCARD,
|
||||
sCard: SCARD,
|
||||
SDIFF,
|
||||
sDiff: SDIFF,
|
||||
SDIFFSTORE,
|
||||
sDiffStore: SDIFFSTORE,
|
||||
SINTER,
|
||||
sInter: SINTER,
|
||||
SINTERCARD,
|
||||
sInterCard: SINTERCARD,
|
||||
SINTERSTORE,
|
||||
sInterStore: SINTERSTORE,
|
||||
SET,
|
||||
set: SET,
|
||||
SETBIT,
|
||||
setBit: SETBIT,
|
||||
SETEX,
|
||||
setEx: SETEX,
|
||||
SETNX,
|
||||
setNX: SETNX,
|
||||
SETRANGE,
|
||||
setRange: SETRANGE,
|
||||
SISMEMBER,
|
||||
sIsMember: SISMEMBER,
|
||||
SMEMBERS,
|
||||
sMembers: SMEMBERS,
|
||||
SMISMEMBER,
|
||||
smIsMember: SMISMEMBER,
|
||||
SMOVE,
|
||||
sMove: SMOVE,
|
||||
SORT_RO,
|
||||
sortRo: SORT_RO,
|
||||
SORT_STORE,
|
||||
sortStore: SORT_STORE,
|
||||
SORT,
|
||||
sort: SORT,
|
||||
SPOP,
|
||||
sPop: SPOP,
|
||||
SPUBLISH,
|
||||
sPublish: SPUBLISH,
|
||||
SRANDMEMBER_COUNT,
|
||||
sRandMemberCount: SRANDMEMBER_COUNT,
|
||||
SRANDMEMBER,
|
||||
sRandMember: SRANDMEMBER,
|
||||
SREM,
|
||||
sRem: SREM,
|
||||
SSCAN,
|
||||
sScan: SSCAN,
|
||||
STRLEN,
|
||||
strLen: STRLEN,
|
||||
SUNION,
|
||||
sUnion: SUNION,
|
||||
SUNIONSTORE,
|
||||
sUnionStore: SUNIONSTORE,
|
||||
TOUCH,
|
||||
touch: TOUCH,
|
||||
TTL,
|
||||
ttl: TTL,
|
||||
TYPE,
|
||||
type: TYPE,
|
||||
UNLINK,
|
||||
unlink: UNLINK,
|
||||
WATCH,
|
||||
watch: WATCH,
|
||||
XACK,
|
||||
xAck: XACK,
|
||||
XADD,
|
||||
xAdd: XADD,
|
||||
XAUTOCLAIM_JUSTID,
|
||||
xAutoClaimJustId: XAUTOCLAIM_JUSTID,
|
||||
XAUTOCLAIM,
|
||||
xAutoClaim: XAUTOCLAIM,
|
||||
XCLAIM,
|
||||
xClaim: XCLAIM,
|
||||
XCLAIM_JUSTID,
|
||||
xClaimJustId: XCLAIM_JUSTID,
|
||||
XDEL,
|
||||
xDel: XDEL,
|
||||
XGROUP_CREATE,
|
||||
xGroupCreate: XGROUP_CREATE,
|
||||
XGROUP_CREATECONSUMER,
|
||||
xGroupCreateConsumer: XGROUP_CREATECONSUMER,
|
||||
XGROUP_DELCONSUMER,
|
||||
xGroupDelConsumer: XGROUP_DELCONSUMER,
|
||||
XGROUP_DESTROY,
|
||||
xGroupDestroy: XGROUP_DESTROY,
|
||||
XGROUP_SETID,
|
||||
xGroupSetId: XGROUP_SETID,
|
||||
XINFO_CONSUMERS,
|
||||
xInfoConsumers: XINFO_CONSUMERS,
|
||||
XINFO_GROUPS,
|
||||
xInfoGroups: XINFO_GROUPS,
|
||||
XINFO_STREAM,
|
||||
xInfoStream: XINFO_STREAM,
|
||||
XLEN,
|
||||
xLen: XLEN,
|
||||
XPENDING_RANGE,
|
||||
xPendingRange: XPENDING_RANGE,
|
||||
XPENDING,
|
||||
xPending: XPENDING,
|
||||
XRANGE,
|
||||
xRange: XRANGE,
|
||||
XREAD,
|
||||
xRead: XREAD,
|
||||
XREADGROUP,
|
||||
xReadGroup: XREADGROUP,
|
||||
XREVRANGE,
|
||||
xRevRange: XREVRANGE,
|
||||
XSETID,
|
||||
xSetId: XSETID,
|
||||
XTRIM,
|
||||
xTrim: XTRIM,
|
||||
ZADD,
|
||||
zAdd: ZADD,
|
||||
ZCARD,
|
||||
zCard: ZCARD,
|
||||
ZCOUNT,
|
||||
zCount: ZCOUNT,
|
||||
ZDIFF_WITHSCORES,
|
||||
zDiffWithScores: ZDIFF_WITHSCORES,
|
||||
ZDIFF,
|
||||
zDiff: ZDIFF,
|
||||
ZDIFFSTORE,
|
||||
zDiffStore: ZDIFFSTORE,
|
||||
ZINCRBY,
|
||||
zIncrBy: ZINCRBY,
|
||||
ZINTER_WITHSCORES,
|
||||
zInterWithScores: ZINTER_WITHSCORES,
|
||||
ZINTER,
|
||||
zInter: ZINTER,
|
||||
ZINTERCARD,
|
||||
zInterCard: ZINTERCARD,
|
||||
ZINTERSTORE,
|
||||
zInterStore: ZINTERSTORE,
|
||||
ZLEXCOUNT,
|
||||
zLexCount: ZLEXCOUNT,
|
||||
ZMPOP,
|
||||
zmPop: ZMPOP,
|
||||
ZMSCORE,
|
||||
zmScore: ZMSCORE,
|
||||
ZPOPMAX_COUNT,
|
||||
zPopMaxCount: ZPOPMAX_COUNT,
|
||||
ZPOPMAX,
|
||||
zPopMax: ZPOPMAX,
|
||||
ZPOPMIN_COUNT,
|
||||
zPopMinCount: ZPOPMIN_COUNT,
|
||||
ZPOPMIN,
|
||||
zPopMin: ZPOPMIN,
|
||||
ZRANDMEMBER_COUNT_WITHSCORES,
|
||||
zRandMemberCountWithScores: ZRANDMEMBER_COUNT_WITHSCORES,
|
||||
ZRANDMEMBER_COUNT,
|
||||
zRandMemberCount: ZRANDMEMBER_COUNT,
|
||||
ZRANDMEMBER,
|
||||
zRandMember: ZRANDMEMBER,
|
||||
ZRANGE_WITHSCORES,
|
||||
zRangeWithScores: ZRANGE_WITHSCORES,
|
||||
ZRANGE,
|
||||
zRange: ZRANGE,
|
||||
ZRANGEBYLEX,
|
||||
zRangeByLex: ZRANGEBYLEX,
|
||||
ZRANGEBYSCORE_WITHSCORES,
|
||||
zRangeByScoreWithScores: ZRANGEBYSCORE_WITHSCORES,
|
||||
ZRANGEBYSCORE,
|
||||
zRangeByScore: ZRANGEBYSCORE,
|
||||
ZRANGESTORE,
|
||||
zRangeStore: ZRANGESTORE,
|
||||
ZRANK,
|
||||
zRank: ZRANK,
|
||||
ZREM,
|
||||
zRem: ZREM,
|
||||
ZREMRANGEBYLEX,
|
||||
zRemRangeByLex: ZREMRANGEBYLEX,
|
||||
ZREMRANGEBYRANK,
|
||||
zRemRangeByRank: ZREMRANGEBYRANK,
|
||||
ZREMRANGEBYSCORE,
|
||||
zRemRangeByScore: ZREMRANGEBYSCORE,
|
||||
ZREVRANK,
|
||||
zRevRank: ZREVRANK,
|
||||
ZSCAN,
|
||||
zScan: ZSCAN,
|
||||
ZSCORE,
|
||||
zScore: ZSCORE,
|
||||
ZUNION_WITHSCORES,
|
||||
zUnionWithScores: ZUNION_WITHSCORES,
|
||||
ZUNION,
|
||||
zUnion: ZUNION,
|
||||
ZUNIONSTORE,
|
||||
zUnionStore: ZUNIONSTORE
|
||||
};
|
||||
Reference in New Issue
Block a user