You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-09-02 22:41:17 +03:00
add tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { transformReplyNumber } from './generic-transformers';
|
||||
import { transformReplyString } from './generic-transformers';
|
||||
|
||||
export const FIRST_KEY_INDEX = 1;
|
||||
|
||||
@@ -6,4 +6,4 @@ export function transformArguments(key: string, increment: number): Array<string
|
||||
return ['INCRBYFLOAT', key, increment.toString()];
|
||||
}
|
||||
|
||||
export const transformReply = transformReplyNumber;
|
||||
export const transformReply = transformReplyString;
|
||||
|
Reference in New Issue
Block a user