You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Add tests and improve older tests
This commit is contained in:
@@ -14,10 +14,9 @@ describe("The 'keys' method", function () {
|
||||
var client;
|
||||
|
||||
beforeEach(function (done) {
|
||||
args = args || {};
|
||||
client = redis.createClient.apply(redis.createClient, args);
|
||||
client.once("ready", function () {
|
||||
client.flushdb(done);
|
||||
client.flushall(done);
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user