redis: enabled: description: Enables the log event in-memory buffering process. This process might already be disabled on some installation types. Disabling this process on distributed-capable grids can result in loss of log events. forcedType: bool helpLink: redis config: bind: description: The IP address to bind to. global: True advanced: True helpLink: redis protected-mode: description: Force authentication to access redis. global: True advanced: True helpLink: redis requirepass: description: Password for accessing Redis. global: True sensitive: True tls-cert-file: description: TLS cert file location. global: True advanced: True helpLink: redis tls-key-file: description: TLS key file location. global: True advanced: True helpLink: redis tls-ca-cert-file: description: TLS CA file location. global: True advanced: True helpLink: redis tls-port: description: Port to use TLS encryption on. global: True advanced: True helpLink: redis tls-auth-clients: description: Force TLS authentication. global: True advanced: True helpLink: redis port: description: Non TLS port for Redis access. global: True advanced: True helpLink: redis tcp-backlog: description: Set the TCP backlog value. This is normally increasd in high request environments. global: True advanced: True helpLink: redis timeout: description: Time in seconds to close an idle connection. 0 to disable. global: True helpLink: redis tcp-keepalive: description: Time in seconds to send a keepalive. global: True helpLink: redis tls-replication: description: Enable TLS replication links. global: True advanced: True helpLink: redis tls-protocols: description: List of acceptable TLS protocols separated by spaces. global: True advanced: True helpLink: redis tls-prefer-server-ciphers: description: Prefer the server side ciphers. global: True advanced: True helpLink: redis tls-session-caching: description: Enable TLS session caching. global: True helpLink: redis tls-session-cache-size: description: The number of TLS sessions to cache. global: True advanced: True helpLink: redis tls-session-cache-timeout: description: Timeout in seconds to cache TLS sessions. global: True advanced: True helpLink: redis loglevel: description: Log verbosity level. global: True helpLink: redis logfile: description: Log file name. global: True advanced: True helpLink: redis syslog-enabled: description: Enable syslog output. global: True advanced: True helpLink: redis syslog-ident: description: Set the syslog identity. global: True advanced: True helpLink: redis syslog-facility: description: Set the syslog facility. global: True advanced: True helpLink: redis databases: description: Total amount of databases. global: True advanced: True helpLink: redis always-show-logo: description: The amount of time that a write will wait before fsyncing. global: True advanced: True helpLink: redis save: '900': description: Set the amount of keys that need to change to save after 15 minutes. global: True helpLink: redis '300': description: Set the amount of keys that need to change to save after 5 minutes. global: True helpLink: redis '60': description: Set the amount of keys that need to change to save after 1 minute global: True helpLink: redis stop-writes-on-bgsave-error: description: Stop writes to redis is there is an error with the save. global: True advanced: True helpLink: redis rdbcompression: description: Compress string objects with LZF. global: True advanced: True helpLink: redis rdbchecksum: description: Enable checksum of rdb files. global: True advanced: True helpLink: redis dbfilename: description: Filename of the rdb saves. global: True advanced: True helpLink: redis acllog-max-len: description: Maximum length of the ACL log. global: True advanced: True helpLink: redis maxmemory: description: Maximum memory for storing redis objects. global: True helpLink: redis maxmemory-policy: description: The policy to use when maxmemory is reached. global: True helpLink: redis maxmemory-samples: description: maxmemory sample size. global: True advanced: True helpLink: redis lua-time-limit: description: Maximum execution time of LUA scripts. global: True advanced: True helpLink: redis slowlog-log-slower-than: description: Time in microseconds to write to the slow log. global: True advanced: True helpLink: redis slowlog-max-len: description: Maximum size of the slow log. global: True advanced: True helpLink: redis hash-max-ziplist-entries: description: Used for advanced performance tuning of Redis. global: True advanced: True helpLink: redis hash-max-ziplist-value: description: Used for advanced performance tuning of Redis. global: True advanced: True helpLink: redis list-max-ziplist-size: description: Used for advanced performance tuning of Redis. global: True advanced: True helpLink: redis list-compress-depth: description: Depth for list compression. global: True advanced: True helpLink: redis set-max-intset-entries: description: Sets the limit on the size of the set in order to use the special memory saving encoding. global: True advanced: True helpLink: redis zset-max-ziplist-entries: description: Used for advanced performance tuning of Redis. global: True advanced: True helpLink: redis zset-max-ziplist-value: description: Used for advanced performance tuning of Redis. global: True advanced: True helpLink: redis hll-sparse-max-bytes: description: Used for advanced performance tuning of Redis. global: True advanced: True helpLink: redis stream-node-max-bytes: description: Used for advanced performance tuning of Redis. global: True advanced: True helpLink: redis stream-node-max-entries: description: Used for advanced performance tuning of Redis. global: True advanced: True helpLink: redis activerehashing: description: Used for advanced performance tuning of Redis. global: True advanced: True helpLink: redis client-output-buffer-limit: normal: description: Used for advanced performance tuning of Redis. global: True advanced: True helpLink: redis replica: description: Used for advanced performance tuning of Redis. global: True advanced: True helpLink: redis pubsub: description: Used for advanced performance tuning of Redis. global: True advanced: True helpLink: redis hz: description: Used for advanced performance tuning of Redis. global: True advanced: True helpLink: redis dynamic-hz: description: Used for advanced performance tuning of Redis. global: True advanced: True helpLink: redis rdb-save-incremental-fsync: description: fsync redis data. global: True advanced: True helpLink: redis jemalloc-bg-thread: description: Jemalloc background thread for purging. global: True advanced: True helpLink: redis