ITS NOT RECOMMENDED TO USE THIS ON PRODUCTION SERVER NOW ITS BETA RELEASE WHICH MIGHT CONTAINS BUGS OR STUFF MIGHT NOT WORK.
Whats new?
Redis version below 6 is no longer supported Redisbungee wont load.
This update adds Redis sentinel support!
new config options for sentinel.
Code (YAML):
# REDIS SENTINEL # WARNING: THIS BETA AND NOT TESTED REPORT ANY ISSUES at issues pages in
# If enabled config options redis-server, redis-port and redis-password will be ignored. use-sentinel: false
# you can have many sentinels as you want as long its like this format # sentinels: # - "<ip-address>:<port>" # - ..... # sentinels: -
"127.0.0.1:26379" -
"127.0.0.1:26378" -
"127.0.0.1:26377"
# enables ssl for sentinels connections. use-SSL-sentinels: false
# to enable ssl for master and salve just set useSSL: true
# Sentinel password sentinel-password: ""
# Your master name master-name: mymaster
master-password: ""
this snapshot fixes:
not being able to run and compile on java 16 due lombok :/