migrations

This commit is contained in:
2020-04-11 14:48:45 -04:00
parent 5266aec2b1
commit 1bf358565a
4 changed files with 21 additions and 3 deletions

View File

@ -21,4 +21,5 @@ module.exports = {
HSET: promisify(_client.HSET).bind(_client),
HGETALL: promisify(_client.HGETALL).bind(_client),
SMEMBERS: promisify(_client.SMEMBERS).bind(_client),
RENAME: promisify(_client.RENAME).bind(_client),
};