1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-06 18:47:19 +00:00

Update redis library to support redis v7 (#24114)

This commit is contained in:
techknowlogick
2023-04-13 18:41:04 -04:00
committed by GitHub
parent 5b9557aef5
commit 985f76dc4b
9 changed files with 29 additions and 18 deletions

View File

@ -6,7 +6,7 @@ package queue
import (
"context"
"github.com/go-redis/redis/v8"
"github.com/redis/go-redis/v9"
)
// RedisUniqueQueueType is the type for redis queue