Interface: RedisConfig
Redis connection configuration used by the manager when
StateStorageTypeis set toredis.
Property Type Description Optional hoststring Redis server hostname. portnumber Redis server port. passwordstring Optional Redis auth password. dbnumber Redis DB index. prefixstring Prefix to use for Redis keys.