Expose method to configure user's
metadata
This commit is contained in:
parent
01a71ee60e
commit
ee9709199a
@ -33,3 +33,7 @@ var pool = new RedisPool(redisConfig);
|
||||
module.exports.getPool = function getPool() {
|
||||
return pool;
|
||||
};
|
||||
|
||||
module.exports.configureUserMetadata = function configureUserMetadata(action, params, callback) {
|
||||
metadataBackend.redisCmd(5, action, params, callback);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user