You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Fix rename command not working together with key prefixes
This commit is contained in:
@@ -27,7 +27,7 @@ describe("rename commands", function () {
|
||||
});
|
||||
|
||||
client.on('ready', function () {
|
||||
done();
|
||||
client.flushdb(done);
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user