Update frosty, add migration

This commit is contained in:
Zed
2020-11-15 20:18:13 +01:00
parent 7ad6f581c2
commit 680cc429d6
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ proc initRedisPool*(cfg: Config) {.async.} =
host=cfg.redisHost, port=cfg.redisPort)
await migrate("snappyRss", "rss:*")
await migrate("frosty", "*")
await migrate("newFrosty", "*")
except OSError:
stdout.write "Failed to connect to Redis.\n"