Skip to main content

AdminRedis

Assembly: ServiceStack.dll
View Source
Declaration
[ExcludeMetadata]
[Tag("auth")]
public class AdminRedis : IPost, IVerb, IReturn<AdminRedisResponse>, IReturn

Properties

Db

View Source
Declaration
public int? Db { get; set; }

Query

View Source
Declaration
public string Query { get; set; }

Reconnect

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

Take

View Source
Declaration
public int? Take { get; set; }

Position

View Source
Declaration
public int? Position { get; set; }

Args

View Source
Declaration
public List<string> Args { get; set; }

Implements