โ๏ธRedis Sync
Here you will learn all about how to config the server sync
This project has reached end of life and is no longer maintained.
We recommend you transition to NookureStaff, it's free
When to use the Redis Sync ?
You should use the Redis Sync when we have 2 or more BungeeCord instances
How to setup ?
In the Redis Config section
The serverID must be unique
Redis:
# Enable or disable the Redis synchronization.
enabled: false
# The host of your Redis server.
host: "localhost"
# The port of your Redis server.
port: 6379
# The password of your Redis server.
password: ""
# The database of your Redis server.
database: 0
# The timeout of your Redis server.
timeout: 2000
# The pool size of your Redis server.
poolSize: 8
# The prefix of your Redis server.
prefix: "MAStaff"
# The channel of your Redis server.
channel: "MAStaff"
# Identify the server.
serverID: "p1"
Change enable from false -> true and config the database with your credentials and restart the server! Thats all
Last updated
Was this helpful?