redis-sync-window
Use the redis-sync-window configuration entry to specify the length of
time a record from Redis is cached locally.
Syntax
redis-sync-window = <number of seconds>
Description
The length of time (in seconds) a record from Redis will be cached locally by this instance. Records will only be synchronized with Redis after this window has elapsed.
Smaller values will result in more frequent updates with the Redis database and may have a negative performance impact.
Options
- <number of seconds>
- Specify the length of time, in seconds.
Usage
This stanza entry is required.
Default Value
5
Example
redis-sync-window = 5