MyNixOS website logo
option

services.kvrocks.settings

Configuration for kvrocks. See https://github.com/apache/kvrocks/blob/unstable/kvrocks.conf for supported options.

List values are emitted as repeated keys (for example rename-command), except services.kvrocks.settings.bind which is space-separated on a single line.

Declarations
Type
open submodule of attribute set of (atom (null, bool, int, float or string) or a list of them for duplicate keys)
Default
{ }
Example
{
  maxclients = 10000;
  rename-command = [
    "KEYS \"\""
    "FLUSHDB \"\""
  ];
  workers = 8;
}