@@ -98,6 +98,7 @@ import * as SETEX from '../commands/SETEX';
98
98
import * as SETNX from '../commands/SETNX' ;
99
99
import * as SETRANGE from '../commands/SETRANGE' ;
100
100
import * as SINTER from '../commands/SINTER' ;
101
+ import * as SINTERCARD from '../commands/SINTERCARD' ;
101
102
import * as SINTERSTORE from '../commands/SINTERSTORE' ;
102
103
import * as SISMEMBER from '../commands/SISMEMBER' ;
103
104
import * as SMEMBERS from '../commands/SMEMBERS' ;
@@ -149,6 +150,7 @@ import * as ZDIFFSTORE from '../commands/ZDIFFSTORE';
149
150
import * as ZINCRBY from '../commands/ZINCRBY' ;
150
151
import * as ZINTER_WITHSCORES from '../commands/ZINTER_WITHSCORES' ;
151
152
import * as ZINTER from '../commands/ZINTER' ;
153
+ import * as ZINTERCARD from '../commands/ZINTERCARD' ;
152
154
import * as ZINTERSTORE from '../commands/ZINTERSTORE' ;
153
155
import * as ZLEXCOUNT from '../commands/ZLEXCOUNT' ;
154
156
import * as ZMSCORE from '../commands/ZMSCORE' ;
@@ -366,6 +368,8 @@ export default {
366
368
sDiffStore : SDIFFSTORE ,
367
369
SINTER ,
368
370
sInter : SINTER ,
371
+ SINTERCARD ,
372
+ sInterCard : SINTERCARD ,
369
373
SINTERSTORE ,
370
374
sInterStore : SINTERSTORE ,
371
375
SET ,
@@ -478,6 +482,8 @@ export default {
478
482
zInterWithScores : ZINTER_WITHSCORES ,
479
483
ZINTER ,
480
484
zInter : ZINTER ,
485
+ ZINTERCARD ,
486
+ zInterCard : ZINTERCARD ,
481
487
ZINTERSTORE ,
482
488
zInterStore : ZINTERSTORE ,
483
489
ZLEXCOUNT ,
0 commit comments