Update frosty, add migration
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user