Skip to main content

RedisPoolConfig

Configuration class for the RedisManagerPool

Assembly: ServiceStack.Redis.dll
View Source
Declaration
public class RedisPoolConfig

Properties

MaxPoolSize

Maximum amount of ServiceStack.Caching.ICacheClients created by the ServiceStack.Redis.RedisManagerPool.

View Source
Declaration
public int MaxPoolSize { get; set; }

Fields

DefaultMaxPoolSize

Default pool size used by every new instance of ServiceStack.Redis.RedisPoolConfig. (default: 40)

View Source
Declaration
public static int DefaultMaxPoolSize