2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-09-16 14:08:02 +00:00
This commit is contained in:
mohammed jasem alaajel 2024-05-13 00:58:17 +04:00
parent 85b48e219c
commit df2752ae07
Signed by: ham1255
GPG Key ID: EF343502046229F4

View File

@ -7,6 +7,10 @@
# - 'ValKey' By linux foundation https://valkey.io/download/
# - 'KeyDB' by Snapchat inc https://docs.keydb.dev/docs/download/
# Driver to be used
# for Redis, KeyDB use "jedis"
# for Valkey use "jackey"
driver: jackey
# The 'Redis', 'ValKey', 'KeyDB' server you will use.
# these settings are ignored when cluster mode is enabled.