added hash delete to redis wrapper
This commit is contained in:
parent
6a2a260fa2
commit
a3deb62871
@ -14,6 +14,7 @@ const _client = client();
|
||||
module.exports = {
|
||||
client: client,
|
||||
HGET: promisify(_client.HGET).bind(_client),
|
||||
HDEL: promisify(_client.HDEL).bind(_client),
|
||||
SADD: promisify(_client.SADD).bind(_client),
|
||||
SREM: promisify(_client.SREM).bind(_client),
|
||||
DEL: promisify(_client.DEL).bind(_client),
|
||||
|
Loading…
x
Reference in New Issue
Block a user