You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
revert unwanted changes
This commit is contained in:
@@ -745,15 +745,3 @@ attachCommands({
|
||||
executor: RedisClient.prototype.commandsExecutor
|
||||
});
|
||||
(RedisClient.prototype as any).Multi = RedisClientMultiCommand;
|
||||
|
||||
const client = RedisClient.create();
|
||||
|
||||
const a = client.scanIterator(
|
||||
client.commandOptions({returnBuffers: true})
|
||||
)
|
||||
|
||||
const b = client.scanIterator(
|
||||
client.commandOptions({returnBuffers: false})
|
||||
)
|
||||
|
||||
const c = client.scanIterator()
|
Reference in New Issue
Block a user