Skip to main content
Version: v2.9.1

Interface: RedisConfig

Redis connection configuration used by the manager when StateStorageType is set to redis.

Property Type Description Optional
hoststringRedis server hostname.
portstringRedis server port (as string).
passwordstringOptional Redis auth password.
dbnumberRedis DB index.
prefixstringPrefix to use for Redis keys.