mirror of
https://github.com/hibiken/asynq.git
synced 2025-10-03 05:12:01 +08:00
Update redis/go-redis to v9
Version v9 implements the support for Redis v7 and has some other improvements.
This commit is contained in:
3
x/go.mod
3
x/go.mod
@@ -3,8 +3,9 @@ module github.com/hibiken/asynq/x
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/go-redis/redis/v8 v8.11.4
|
||||
github.com/go-redis/redis/v8 v8.11.4 // indirect
|
||||
github.com/google/uuid v1.3.0
|
||||
github.com/hibiken/asynq v0.21.0
|
||||
github.com/prometheus/client_golang v1.11.0
|
||||
github.com/redis/go-redis/v9 v9.0.1
|
||||
)
|
||||
|
Reference in New Issue
Block a user