@@ -6,9 +6,11 @@ import * as BITFIELD from '../commands/BITFIELD';
6
6
import * as BITOP from '../commands/BITOP' ;
7
7
import * as BITPOS from '../commands/BITPOS' ;
8
8
import * as BLMOVE from '../commands/BLMOVE' ;
9
+ import * as BLMPOP from '../commands/BLMPOP' ;
9
10
import * as BLPOP from '../commands/BLPOP' ;
10
11
import * as BRPOP from '../commands/BRPOP' ;
11
12
import * as BRPOPLPUSH from '../commands/BRPOPLPUSH' ;
13
+ import * as BZMPOP from '../commands/BZMPOP' ;
12
14
import * as BZPOPMAX from '../commands/BZPOPMAX' ;
13
15
import * as BZPOPMIN from '../commands/BZPOPMIN' ;
14
16
import * as COPY from '../commands/COPY' ;
@@ -59,6 +61,7 @@ import * as LINDEX from '../commands/LINDEX';
59
61
import * as LINSERT from '../commands/LINSERT' ;
60
62
import * as LLEN from '../commands/LLEN' ;
61
63
import * as LMOVE from '../commands/LMOVE' ;
64
+ import * as LMPOP from '../commands/LMPOP' ;
62
65
import * as LPOP_COUNT from '../commands/LPOP_COUNT' ;
63
66
import * as LPOP from '../commands/LPOP' ;
64
67
import * as LPOS_COUNT from '../commands/LPOS_COUNT' ;
@@ -161,6 +164,7 @@ import * as ZINTER from '../commands/ZINTER';
161
164
import * as ZINTERCARD from '../commands/ZINTERCARD' ;
162
165
import * as ZINTERSTORE from '../commands/ZINTERSTORE' ;
163
166
import * as ZLEXCOUNT from '../commands/ZLEXCOUNT' ;
167
+ import * as ZMPOP from '../commands/ZMPOP' ;
164
168
import * as ZMSCORE from '../commands/ZMSCORE' ;
165
169
import * as ZPOPMAX_COUNT from '../commands/ZPOPMAX_COUNT' ;
166
170
import * as ZPOPMAX from '../commands/ZPOPMAX' ;
@@ -202,12 +206,16 @@ export default {
202
206
bitPos : BITPOS ,
203
207
BLMOVE ,
204
208
blMove : BLMOVE ,
209
+ BLMPOP ,
210
+ blmPop : BLMPOP ,
205
211
BLPOP ,
206
212
blPop : BLPOP ,
207
213
BRPOP ,
208
214
brPop : BRPOP ,
209
215
BRPOPLPUSH ,
210
216
brPopLPush : BRPOPLPUSH ,
217
+ BZMPOP ,
218
+ bzmPop : BZMPOP ,
211
219
BZPOPMAX ,
212
220
bzPopMax : BZPOPMAX ,
213
221
BZPOPMIN ,
@@ -308,6 +316,8 @@ export default {
308
316
lLen : LLEN ,
309
317
LMOVE ,
310
318
lMove : LMOVE ,
319
+ LMPOP ,
320
+ lmPop : LMPOP ,
311
321
LPOP_COUNT ,
312
322
lPopCount : LPOP_COUNT ,
313
323
LPOP ,
@@ -512,6 +522,8 @@ export default {
512
522
zInterStore : ZINTERSTORE ,
513
523
ZLEXCOUNT ,
514
524
zLexCount : ZLEXCOUNT ,
525
+ ZMPOP ,
526
+ zmPop : ZMPOP ,
515
527
ZMSCORE ,
516
528
zmScore : ZMSCORE ,
517
529
ZPOPMAX_COUNT ,
0 commit comments