aviau 602910033e Install redis retention module
Change-Id: I1cd1f336e50d7849c0cfa64823b33eaad266b31e
2015-06-22 11:20:13 -04:00

11 lines
359 B
INI

## Module: RedisRetention
## Loaded by: Scheduler
# Retention file to keep state between process restarts in resident memory.
# Data loss occurs if the server restarts and Redis replication is not enabled
# between two Redis instances.
define module {
module_name redis-retention
module_type redis_retention
server redis
}