mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
fixed redis.keys
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
}
|
||||
|
||||
module.keys = function(key, callback) {
|
||||
redisClient.keys(keym callback);
|
||||
redisClient.keys(key, callback);
|
||||
}
|
||||
|
||||
//hashes
|
||||
|
||||
Reference in New Issue
Block a user