Memcached
Before configuring the Memcached driver, please make sure that the Memcached Server is installed and running. You can read more about this in the documentation.
Configuration
The complete memcached driver configuration:
.rr.yaml
Options
Below is a more detailed description of each of the memcached-specific options:
Addr
addr
: String of memcached connection in format "[HOST]:[PORT]
".
In the case that there are several memcached servers, then the list of connections can be listed in an array format, for example:
.rr.yaml
Last updated