Skip to main content

AdminRedisFeature

Assembly: ServiceStack.dll
View Source
Declaration
public class AdminRedisFeature : IPlugin, IHasStringId, IHasId<string>, IPreInitPlugin

Properties

Id

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

AdminRole

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

QueryLimit

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

Databases

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

ModifiableConnection

Whether to allow configured connection to be modified

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

IllegalCommands

View Source
Declaration
public HashSet<string> IllegalCommands { get; set; }

Methods

Register(IAppHost)

View Source
Declaration
public void Register(IAppHost appHost)
Parameters
TypeName
ServiceStack.IAppHostappHost

BeforePluginsLoaded(IAppHost)

View Source
Declaration
public void BeforePluginsLoaded(IAppHost appHost)
Parameters
TypeName
ServiceStack.IAppHostappHost

Implements