Redis Support
For networks of connected servers, HuskTowns supports Redis (v5.0+) as an alternative to the default Plugin messaging protocol, for servers that would like to use it.
Setup
To make use of Redis, your network must first be correctly configured in cross_server mode. Then, follow these steps:
- Turn off all your servers.
- Ensure your Redis server is online.
- Modify the
config.ymlfiles of each server, filling in the rediscredentialsin thecross_serversection.- Most Redis installations don't have a password by default. You can probably leave
passwordblank ('').
- Most Redis installations don't have a password by default. You can probably leave
- Set the
messenger_typetoREDIS - Save your config files and turn on each server. Check to make sure the plugin enabled the network messenger successfully on startup. If it didn't, check your credentials (try without setting the password and SSL mode off if necessary).