MyNixOS website logo
option-set

services.redis.servers.<name>

Showing entries 1-25 out of 25.
slaveOfNixOS option-set
How often to fsync the append-only log, options: no, always, everysec
By default data is only periodically persisted to disk, enable this option to use an append-only f…
The IP interface to bind to
Set the number of databases
Whether to enable Redis server
Extra parameters to append to redis-server invocation
Specify the log file name
Specify the server verbosity level, options: debug, verbose, notice, warning
If the master is password protected (using the requirePass configuration) it is possible to tell t…
Set the max number of connected clients at the same time
Whether to open ports in the firewall for the server
The TCP port to accept connections
Password for database (STORED PLAIN TEXT, WORLD-READABLE IN NIX STORE)
File with password for the database
The schedule in which data is persisted to disk, represented as a list of lists where the first el…
Redis configuration
IP and port to which this redis instance acts as a slave
Log queries whose execution take longer than X in milliseconds
Maximum number of items to keep in slow log
Enable logging to the system logger
The path to the socket to bind to
Change permissions for the socket