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:
@@ -326,7 +326,7 @@ export default class RedisCluster<
|
||||
value: V
|
||||
) {
|
||||
const proxy = Object.create(this);
|
||||
proxy.commandOptions = Object.create((this as ProxyCluster).commandOptions ?? null);
|
||||
proxy.commandOptions = Object.create((this as unknown as ProxyCluster).commandOptions ?? null);
|
||||
proxy.commandOptions[key] = value;
|
||||
return proxy as RedisClusterType<
|
||||
M,
|
||||
|
Reference in New Issue
Block a user