Skip to main content

TemplateRedisFilters

Assembly: ServiceStack.Redis.dll
View Source
Declaration
[Obsolete("Use RedisScripts")]
public class TemplateRedisFilters : RedisScripts

Inherited Properties

RedisManager

View Source
Declaration
public IRedisClientsManager RedisManager { get; set; }

Inherited Methods

redisCall(ScriptScopeContext, Object)

View Source
Declaration
public object redisCall(ScriptScopeContext scope, object redisCommand)
Returns

System.Object

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope
System.ObjectredisCommand

redisCall(ScriptScopeContext, Object, Object)

View Source
Declaration
public object redisCall(ScriptScopeContext scope, object redisCommand, object options)
Returns

System.Object

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope
System.ObjectredisCommand
System.Objectoptions

redisChangeConnection(ScriptScopeContext, Object)

View Source
Declaration
public string redisChangeConnection(ScriptScopeContext scope, object newConnection)
Returns

System.String

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope
System.ObjectnewConnection

redisChangeConnection(ScriptScopeContext, Object, Object)

View Source
Declaration
public string redisChangeConnection(ScriptScopeContext scope, object newConnection, object options)
Returns

System.String

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope
System.ObjectnewConnection
System.Objectoptions

redisConnection(ScriptScopeContext)

View Source
Declaration
public Dictionary<string, object> redisConnection(ScriptScopeContext scope)
Returns

System.Collections.Generic.Dictionary<System.String,System.Object>

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope

redisConnectionString(ScriptScopeContext)

View Source
Declaration
public string redisConnectionString(ScriptScopeContext scope)
Returns

System.String

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope

redisInfo(ScriptScopeContext)

View Source
Declaration
public Dictionary<string, string> redisInfo(ScriptScopeContext scope)
Returns

System.Collections.Generic.Dictionary<System.String,System.String>

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope

redisInfo(ScriptScopeContext, Object)

View Source
Declaration
public Dictionary<string, string> redisInfo(ScriptScopeContext scope, object options)
Returns

System.Collections.Generic.Dictionary<System.String,System.String>

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope
System.Objectoptions

redisSearchKeys(ScriptScopeContext, String)

View Source
Declaration
public List<RedisSearchResult> redisSearchKeys(ScriptScopeContext scope, string query)
Returns

System.Collections.Generic.List<ServiceStack.Redis.RedisSearchResult>

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope
System.Stringquery

redisSearchKeys(ScriptScopeContext, String, Object)

View Source
Declaration
public List<RedisSearchResult> redisSearchKeys(ScriptScopeContext scope, string query, object options)
Returns

System.Collections.Generic.List<ServiceStack.Redis.RedisSearchResult>

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope
System.Stringquery
System.Objectoptions

redisSearchKeysAsJson(ScriptScopeContext, String, Object)

View Source
Declaration
public string redisSearchKeysAsJson(ScriptScopeContext scope, string query, object options)
Returns

System.String

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope
System.Stringquery
System.Objectoptions

redisToConnectionString(ScriptScopeContext, Object)

View Source
Declaration
public string redisToConnectionString(ScriptScopeContext scope, object connectionInfo)
Returns

System.String

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope
System.ObjectconnectionInfo

redisToConnectionString(ScriptScopeContext, Object, Object)

View Source
Declaration
public string redisToConnectionString(ScriptScopeContext scope, object connectionInfo, object options)
Returns

System.String

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope
System.ObjectconnectionInfo
System.Objectoptions

useRedis(ScriptScopeContext, String)

View Source
Declaration
public IgnoreResult useRedis(ScriptScopeContext scope, string redisConnection)
Returns

ServiceStack.Script.IgnoreResult

Parameters
TypeName
ServiceStack.Script.ScriptScopeContextscope
System.StringredisConnection