You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
fix client.quit, add error events on cluster, fix some "deepsource.io" warnings
This commit is contained in:
@@ -19,7 +19,7 @@ export function transformArguments(
|
||||
isKeyString = typeof key === 'string';
|
||||
|
||||
if (isKeyString) {
|
||||
args.push(key as string);
|
||||
args.push(key);
|
||||
} else {
|
||||
args.push('""');
|
||||
}
|
||||
|
@@ -1,5 +1,4 @@
|
||||
import { strict as assert } from 'assert';
|
||||
import { isObject } from 'util';
|
||||
import {
|
||||
transformReplyBoolean,
|
||||
transformReplyBooleanArray,
|
||||
|
Reference in New Issue
Block a user