You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
WIP
This commit is contained in:
@@ -17,7 +17,7 @@ export function pushZInterArguments(
|
||||
keys: ZKeys,
|
||||
options?: ZInterOptions
|
||||
) {
|
||||
pushZKeysArguments(args, keys);
|
||||
args = pushZKeysArguments(args, keys);
|
||||
|
||||
if (options?.AGGREGATE) {
|
||||
args.push('AGGREGATE', options.AGGREGATE);
|
||||
|
Reference in New Issue
Block a user