649 B
649 B
redis
Installs redis and configures instances.
Configuration
For each instance, you can set:
name: name of the instance. Gets used to name the config file, the socket and more.bind: bind addresses. Defaults to127.0.0.1 ::1. TCP listening is disabled whensocket_permistrueport: port to listen on. TCP listening is disabled whensocket_permistruesocket_enabled: enables listening on a socket. Not set by defaultsocket_perm: permissions on the socket. Defaults to700maxmemory: maximum memory for the instance. Not set by defaultmaxmemory_policy: maxmemory-policy. Defaults tonoeviction