redis-doc
redis-doc copied to clipboard
Redis administration
https://redis.io/docs/management/admin/
In this document, it is mentioned “Ensured that swap is enabled“ , but in the actual production experience and the suggestion of Redis commercial version, SWAP should be turned off. After Redis uses high-availability mechanisms such as Sentinel and Redis Cluster, the performance impact caused by Redis using SWAP is far greater than the impact of a single Redis instance downtime, so it should be recommended to close SWAP. Do you consider correcting the documents here?
I follow too, the same dilemma.