use redis-cluster instead of redis

This commit is contained in:
pat-s 2023-07-19 09:57:44 +02:00
parent 29c9bbb4bf
commit 19841604f7
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
1 changed files with 2 additions and 2 deletions

View File

@ -932,12 +932,12 @@ If you are coming from an existing deployment and [#356](https://gitea.com/gitea
```yaml
session:
PROVIDER: redis
PROVIDER: redis-cluster
PROVIDER_CONFIG: redis+cluster://:gitea@gitea-redis-cluster-headless.<namespace>.svc.cluster.local:6379/0?pool_size=100&idle_timeout=180s&
cache:
ENABLED: true
ADAPTER: redis
ADAPTER: redis-cluster
HOST: redis+cluster://:gitea@gitea-redis-cluster-headless.<namespace>.svc.cluster.local:6379/0?pool_size=100&idle_timeout=180s&
queue: