fixed redis.keys

This commit is contained in:
Baris Soner Usakli
2013-12-03 17:48:18 -05:00
parent 3d18c4015a
commit 3dc3769088

View File

@@ -137,7 +137,7 @@
}
module.keys = function(key, callback) {
redisClient.keys(keym callback);
redisClient.keys(key, callback);
}
//hashes