mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
cleanup
This commit is contained in:
@@ -136,6 +136,10 @@
|
||||
redisClient.get(key, callback);
|
||||
}
|
||||
|
||||
module.keys = function(key, callback) {
|
||||
redisClient.keys(keym callback);
|
||||
}
|
||||
|
||||
//hashes
|
||||
|
||||
module.setObject = function(key, data, callback) {
|
||||
|
||||
Reference in New Issue
Block a user