Jump to content

Redis Restart Healthy?


Matijs

Recommended Posts

Only problem with restarting Redis is you need to make sure that you have the save frequency set pretty often.  Otherwise you will have cases where the database shuts down before items in memory get written to disk.  Keep in mind that Redis doesn't write to disk in real time like SQL does.  Plan ahead for that and it's alright to restart it, but Redis is written so that you don't have to restart it.  It can run indefinitely without issue.  I haven't restarted mine since the server went online and I've had zero issues as a result.  The devs have also advised against putting it on any sort of restart schedule.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...