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 ZUNIONSTORE
This commit is contained in:
@@ -171,6 +171,7 @@ import ZREVRANK from './ZREVRANK';
|
||||
import ZSCAN from './ZSCAN';
|
||||
import ZSCORE from './ZSCORE';
|
||||
import ZUNION from './ZUNION';
|
||||
import ZUNIONSTORE from './ZUNIONSTORE';
|
||||
import { Command } from '../RESP/types';
|
||||
|
||||
export default {
|
||||
@@ -520,5 +521,7 @@ export default {
|
||||
ZSCORE,
|
||||
zScore: ZSCORE,
|
||||
ZUNION,
|
||||
zUnion: ZUNION
|
||||
zUnion: ZUNION,
|
||||
ZUNIONSTORE,
|
||||
zUnionStore: ZUNIONSTORE,
|
||||
} as const satisfies Record<string, Command>;
|
||||
|
Reference in New Issue
Block a user