Support for redis v7 (via go-redis
upgrade)
#24113
Labels
topic/build
PR changes how Gitea is built, i.e. regarding Docker or the Makefile
type/upstream
This is an issue in one of Gitea's dependencies and should be reported there
Milestone
Feature Description
Redis v7 seems to require
go-redis
>= 9.0 as this version includes some important redis 7.0 fixes.One of them is redis/go-redis#2110, which adds support for a connection string change in redis 7.0 which prevents from connection to
redis-cluster
instances of >= 7.0.The corresponding issue is redis/go-redis#2085 which then links to the PR mentioned above.
The current version in use is v8.11.5: https://github.com/go-gitea/gitea/blob/main/go.mod#L47
Screenshots
No response
The text was updated successfully, but these errors were encountered: