You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
fix SMOVE
This commit is contained in:
@@ -139,6 +139,7 @@ import SINTERSTORE from './SINTERSTORE';
|
||||
import SISMEMBER from './SISMEMBER';
|
||||
import SMEMBERS from './SMEMBERS';
|
||||
import SMISMEMBER from './SMISMEMBER';
|
||||
import SMOVE from './SMOVE';
|
||||
import SORT_RO from './SORT_RO';
|
||||
import SORT_STORE from './SORT_STORE';
|
||||
import SORT from './SORT';
|
||||
@@ -479,6 +480,8 @@ export default {
|
||||
sMembers: SMEMBERS,
|
||||
SMISMEMBER,
|
||||
smIsMember: SMISMEMBER,
|
||||
SMOVE,
|
||||
sMove: SMOVE,
|
||||
SORT_RO,
|
||||
sortRo: SORT_RO,
|
||||
SORT_STORE,
|
||||
|
Reference in New Issue
Block a user