Redis
The redis
role provides a thin layer of configuration over the Redis in-memory data store.
Virtual memory overcommit
Servers running this state will be configured to always overcommit memory (sysctl vm.overcommit_memory = 1
) to allow for Redis's copy-on-write approach to background saving to function correctly under load. See the Redis FAQ for details.