You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
some more commands
This commit is contained in:
@@ -99,7 +99,10 @@ import RPOPLPUSH from './RPOPLPUSH';
|
||||
import RPUSH from './RPUSH';
|
||||
import RPUSHX from './RPUSHX';
|
||||
import SCAN from './SCAN';
|
||||
import SDIFF from './SDIFF';
|
||||
import SDIFFSTORE from './SDIFFSTORE';
|
||||
import SET from './SET';
|
||||
import SETBIT from './SETBIT';
|
||||
import SETEX from './SETEX';
|
||||
import SETNX from './SETNX';
|
||||
import SETRANGE from './SETRANGE';
|
||||
@@ -354,12 +357,20 @@ export default {
|
||||
rPushX: RPUSHX,
|
||||
SCAN,
|
||||
scan: SCAN,
|
||||
SDIFF,
|
||||
sDiff: SDIFF,
|
||||
SDIFFSTORE,
|
||||
sDiffStore: SDIFFSTORE,
|
||||
SET,
|
||||
set: SET,
|
||||
SETBIT,
|
||||
setBit: SETBIT,
|
||||
SETEX,
|
||||
setEx: SETEX,
|
||||
SETNX,
|
||||
setNx: SETNX,
|
||||
setNX: SETNX,
|
||||
SETRANGE,
|
||||
setRange: SETRANGE,
|
||||
SINTER,
|
||||
sInter: SINTER,
|
||||
SINTERCARD,
|
||||
|
Reference in New Issue
Block a user