1
0
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:
Ruben Bridgewater
2016-03-01 17:13:31 +01:00
parent 575ad7357b
commit 535db5231e
2 changed files with 5 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ describe("rename commands", function () {
});
client.on('ready', function () {
done();
client.flushdb(done);
});
});