mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
updated install
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
}
|
||||
|
||||
module.setObjectField = function(key, field, value, callback) {
|
||||
redisClient.hset(key, field, value, callback)
|
||||
redisClient.hset(key, field, value, callback);
|
||||
}
|
||||
|
||||
module.getObject = function(key, callback) {
|
||||
|
||||
Reference in New Issue
Block a user