removed packages

This commit is contained in:
2018-02-14 12:25:36 -05:00
parent af07261f39
commit c7f2926c5a
7 changed files with 24 additions and 773 deletions

View File

@ -15,6 +15,8 @@ module.exports = {
client: client,
HGET: promisify(_client.HGET).bind(_client),
SADD: promisify(_client.SADD).bind(_client),
SREM: promisify(_client.SREM).bind(_client),
DEL: promisify(_client.DEL).bind(_client),
HSET: promisify(_client.HSET).bind(_client),
HGETALL: promisify(_client.HGETALL).bind(_client),
SMEMBERS: promisify(_client.SMEMBERS).bind(_client),