atlas-dedicated-server/REDIS example configuration
2018-12-29 19:21:40 +01:00
..
README.md added usage instructions 2018-12-29 19:21:40 +01:00
redis.windows-service.conf Add files via upload 2018-12-29 18:54:14 +01:00

Example Redis DB configuration file

This is an example Redis configuration file. It should run as-is, but you may want to verify the first two lines (bind and requirepassword) to make sure it matches your configuration.

Comment-out the bind line if you wish the Redis server to bind to all network interfaces instead of just 127.0.0.1 (this is important if you're running your Redis database on a machine not local to all of your Shards).

If this machine is on a different network entirely, remember to port-forward your Redis port (TCP).

Usage

Drop the file into your Redis DB installation (backup the original first) and then restart the Redis service.

Restarting: Windows

Type net stop redis followed by net start redis into an elevated command prompt.

Restarting: Linux

For systemd systems, systemctl restart redis. Otherwise, try service redis restart or consult the manual for your Linux distribution.