2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-07-18 15:12:53 +08:00

Add migrate command to CLI

The command converts all messages in redis to be compatible for asynq
v0.10.0
This commit is contained in:
Ken Hibino
2020-06-26 06:11:39 -07:00
parent 7eebbf181e
commit 83c9d5ae94
2 changed files with 215 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ require (
github.com/hibiken/asynq v0.4.0
github.com/mitchellh/go-homedir v1.1.0
github.com/rs/xid v1.2.1
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.6.2
)