Redis¶
This Buffer Interface interface caches the messages into Redis.
Note
This driver is available only when the underlying library redis,
available as system package, or
Python library.
Options¶
This interface supports all the options of the StrictRedis class
Configuration example:
buffer:
redis:
host: redis-srv.example.com
port: 16379
socket_keepalive: true
In addition to the StrictRedis specific options, this interface also allows
to configure:
key_prefix¶
The prefix to be added to the Redis keys. This option defaults to empty string (it doesn’t add any prefix).