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:
@@ -1,13 +1,13 @@
|
||||
import { RedisCommandArguments } from '.';
|
||||
import { transformArguments as transformZUnionArguments } from './ZUNION';
|
||||
// import { RedisCommandArguments } from '.';
|
||||
// import { transformArguments as transformZUnionArguments } from './ZUNION';
|
||||
|
||||
export { FIRST_KEY_INDEX, IS_READ_ONLY } from './ZUNION';
|
||||
// export { FIRST_KEY_INDEX, IS_READ_ONLY } from './ZUNION';
|
||||
|
||||
export function transformArguments(...args: Parameters<typeof transformZUnionArguments>): RedisCommandArguments {
|
||||
return [
|
||||
...transformZUnionArguments(...args),
|
||||
'WITHSCORES'
|
||||
];
|
||||
}
|
||||
// export function transformArguments(...args: Parameters<typeof transformZUnionArguments>): RedisCommandArguments {
|
||||
// return [
|
||||
// ...transformZUnionArguments(...args),
|
||||
// 'WITHSCORES'
|
||||
// ];
|
||||
// }
|
||||
|
||||
export { transformSortedSetWithScoresReply as transformReply } from './generic-transformers';
|
||||
// export { transformSortedSetWithScoresReply as transformReply } from './generic-transformers';
|
||||
|
Reference in New Issue
Block a user