Comment on "I trust Redis-on-disk every day less." --SalvatoreparentComments−tomjen315yRedis is not meant to be run on a single node, but on multiple computers - and you can decide how much to trade of in terms of stability versus redundancy.In addition you can make Redis asynchronously save to the disk every so often.
Comments
Redis is not meant to be run on a single node, but on multiple computers - and you can decide how much to trade of in terms of stability versus redundancy.
In addition you can make Redis asynchronously save to the disk every so often.