config set
CONFIG
CONFIG SET parameter value
The CONFIG SET command is used in order to reconfigure the server at run time without the need to restart Redis. You can change both trivial parameters or switch from one to another persistence option using this command.
The list of configuration parameters supported by CONFIG SET can be obtained issuing a CONFIG GET *
command, that is the symmetrical command used to obtain information about the configuration of a running Redis instance.
All the configuration parameters set using CONFIG SET are immediately loaded by Redis and will take effect starting with the next command executed.
All the supported parameters have the same meaning of the equivalent configuration parameter