fixed migrations
This commit is contained in:
parent
df69e4535a
commit
6610368109
@ -3,7 +3,7 @@
|
|||||||
const client = require('../utils/redis');
|
const client = require('../utils/redis');
|
||||||
|
|
||||||
(async function(){
|
(async function(){
|
||||||
await client.rename('hosts', 'host');
|
await client.RENAME('hosts', 'host');
|
||||||
let hosts = await client.SMEMBERS('host');
|
let hosts = await client.SMEMBERS('host');
|
||||||
|
|
||||||
for(let host of hosts){
|
for(let host of hosts){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user