revert back to redis/v8

This commit is contained in:
ajatprabha
2021-09-30 23:56:01 +05:30
committed by Ken Hibino
parent 545721076b
commit f3efe59a1d
5 changed files with 78 additions and 20 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/hibiken/asynqmon
go 1.16
require (
github.com/go-redis/redis/v7 v7.4.0
github.com/go-redis/redis/v8 v8.11.3
github.com/gorilla/mux v1.8.0
github.com/hibiken/asynq v0.18.3
github.com/rs/cors v1.7.0