redisConfigs property
Redis configuration parameters, according to http://redis.io/topics/config.
Currently, the only supported parameters are: Redis version 3.2 and newer:
- maxmemory-policy * notify-keyspace-events Redis version 4.0 and newer: * activedefrag * lfu-decay-time * lfu-log-factor * maxmemory-gb Redis version 5.0 and newer: * stream-node-max-bytes * stream-node-max-entries
Optional.
Implementation
core.Map<core.String, core.String>? redisConfigs;