1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-01 02:21:43 +02:00

Add support for redis cluster (#3670)

This commit is contained in:
Dominik
2023-06-24 00:30:22 +02:00
committed by GitHub
parent 9f1e74fa7c
commit 7a59536450
15 changed files with 104 additions and 32 deletions

View File

@@ -262,6 +262,7 @@ broadcast-received-log-entries: true
# Settings for Redis.
# Port 6379 is used by default; set address to "host:port" if differs
# Multiple Redis nodes can be specified in the same format as a string list under the name "addresses".
redis:
enabled: false
address: localhost