@@ -98,6 +98,7 @@ import * as SETEX from '../commands/SETEX';
9898import * as SETNX from '../commands/SETNX' ;
9999import * as SETRANGE from '../commands/SETRANGE' ;
100100import * as SINTER from '../commands/SINTER' ;
101+ import * as SINTERCARD from '../commands/SINTERCARD' ;
101102import * as SINTERSTORE from '../commands/SINTERSTORE' ;
102103import * as SISMEMBER from '../commands/SISMEMBER' ;
103104import * as SMEMBERS from '../commands/SMEMBERS' ;
@@ -149,6 +150,7 @@ import * as ZDIFFSTORE from '../commands/ZDIFFSTORE';
149150import * as ZINCRBY from '../commands/ZINCRBY' ;
150151import * as ZINTER_WITHSCORES from '../commands/ZINTER_WITHSCORES' ;
151152import * as ZINTER from '../commands/ZINTER' ;
153+ import * as ZINTERCARD from '../commands/ZINTERCARD' ;
152154import * as ZINTERSTORE from '../commands/ZINTERSTORE' ;
153155import * as ZLEXCOUNT from '../commands/ZLEXCOUNT' ;
154156import * as ZMSCORE from '../commands/ZMSCORE' ;
@@ -366,6 +368,8 @@ export default {
366368 sDiffStore : SDIFFSTORE ,
367369 SINTER ,
368370 sInter : SINTER ,
371+ SINTERCARD ,
372+ sInterCard : SINTERCARD ,
369373 SINTERSTORE ,
370374 sInterStore : SINTERSTORE ,
371375 SET ,
@@ -478,6 +482,8 @@ export default {
478482 zInterWithScores : ZINTER_WITHSCORES ,
479483 ZINTER ,
480484 zInter : ZINTER ,
485+ ZINTERCARD ,
486+ zInterCard : ZINTERCARD ,
481487 ZINTERSTORE ,
482488 zInterStore : ZINTERSTORE ,
483489 ZLEXCOUNT ,
0 commit comments