RedisClientManagerConfig
Assembly: ServiceStack.Redis.dll
View Source
Declaration
public class RedisClientManagerConfig
Properties
DefaultDb
View Source
Declaration
public long? DefaultDb { get; set; }
MaxReadPoolSize
View Source
Declaration
public int MaxReadPoolSize { get; set; }
MaxWritePoolSize
View Source
Declaration
public int MaxWritePoolSize { get; set; }
AutoStart
View Source
Declaration
public bool AutoStart { get; set; }