redisConfigs property

  1. @TagNumber(16)
Map<String, String> get redisConfigs

Optional. 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

Implementation

@$pb.TagNumber(16)
$core.Map<$core.String, $core.String> get redisConfigs => $_getMap(13);