1
0
Fork 0
forked from forgejo/forgejo

Update redis library to support redis v7 (#24114) (#24156)

backports #24114

---------

Co-authored-by: techknowlogick <hello@techknowlogick.com>
This commit is contained in:
Patrick Schratz 2023-04-17 08:34:59 +02:00 committed by GitHub
parent 2b32f8b95f
commit 463e144d97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 38 additions and 26 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