Skip to main content

AdminRedisInfo

Assembly: ServiceStack.Client.dll
View Source
Declaration
[Exclude(Feature.Soap)]
public class AdminRedisInfo : IMeta

Properties

QueryLimit

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

Databases

View Source
Declaration
public List<int> Databases { get; set; }

ModifiableConnection

View Source
Declaration
public bool? ModifiableConnection { get; set; }

Endpoint

View Source
Declaration
public RedisEndpointInfo Endpoint { get; set; }

Meta

View Source
Declaration
public Dictionary<string, string> Meta { get; set; }

Implements