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
| Type | Name | 
|---|---|
| ServiceStack.Script.ScriptScopeContext | scope | 
System.Object | redisCommand | 
redisCall(ScriptScopeContext, Object, Object)
View Source
Declaration
public object redisCall(ScriptScopeContext scope, object redisCommand, object options)
Returns
System.Object
Parameters
| Type | Name | 
|---|---|
| ServiceStack.Script.ScriptScopeContext | scope | 
System.Object | redisCommand | 
System.Object | options | 
redisChangeConnection(ScriptScopeContext, Object)
View Source
Declaration
public string redisChangeConnection(ScriptScopeContext scope, object newConnection)
Returns
System.String
Parameters
| Type | Name | 
|---|---|
| ServiceStack.Script.ScriptScopeContext | scope | 
System.Object | newConnection | 
redisChangeConnection(ScriptScopeContext, Object, Object)
View Source
Declaration
public string redisChangeConnection(ScriptScopeContext scope, object newConnection, object options)
Returns
System.String
Parameters
| Type | Name | 
|---|---|
| ServiceStack.Script.ScriptScopeContext | scope | 
System.Object | newConnection | 
System.Object | options | 
redisConnection(ScriptScopeContext)
View Source
Declaration
public Dictionary<string, object> redisConnection(ScriptScopeContext scope)
Returns
System.Collections.Generic.Dictionary<System.String,System.Object>
Parameters
| Type | Name | 
|---|---|
| ServiceStack.Script.ScriptScopeContext | scope | 
redisConnectionString(ScriptScopeContext)
View Source
Declaration
public string redisConnectionString(ScriptScopeContext scope)
Returns
System.String
Parameters
| Type | Name | 
|---|---|
| ServiceStack.Script.ScriptScopeContext | scope | 
redisInfo(ScriptScopeContext)
View Source
Declaration
public Dictionary<string, string> redisInfo(ScriptScopeContext scope)
Returns
System.Collections.Generic.Dictionary<System.String,System.String>
Parameters
| Type | Name | 
|---|---|
| ServiceStack.Script.ScriptScopeContext | scope | 
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
| Type | Name | 
|---|---|
| ServiceStack.Script.ScriptScopeContext | scope | 
System.Object | options | 
redisSearchKeys(ScriptScopeContext, String)
View Source
Declaration
public List<RedisSearchResult> redisSearchKeys(ScriptScopeContext scope, string query)
Returns
System.Collections.Generic.List<ServiceStack.Redis.RedisSearchResult>
Parameters
| Type | Name | 
|---|---|
| ServiceStack.Script.ScriptScopeContext | scope | 
System.String | query | 
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
| Type | Name | 
|---|---|
| ServiceStack.Script.ScriptScopeContext | scope | 
System.String | query | 
System.Object | options | 
redisSearchKeysAsJson(ScriptScopeContext, String, Object)
View Source
Declaration
public string redisSearchKeysAsJson(ScriptScopeContext scope, string query, object options)
Returns
System.String
Parameters
| Type | Name | 
|---|---|
| ServiceStack.Script.ScriptScopeContext | scope | 
System.String | query | 
System.Object | options | 
redisToConnectionString(ScriptScopeContext, Object)
View Source
Declaration
public string redisToConnectionString(ScriptScopeContext scope, object connectionInfo)
Returns
System.String
Parameters
| Type | Name | 
|---|---|
| ServiceStack.Script.ScriptScopeContext | scope | 
System.Object | connectionInfo | 
redisToConnectionString(ScriptScopeContext, Object, Object)
View Source
Declaration
public string redisToConnectionString(ScriptScopeContext scope, object connectionInfo, object options)
Returns
System.String
Parameters
| Type | Name | 
|---|---|
| ServiceStack.Script.ScriptScopeContext | scope | 
System.Object | connectionInfo | 
System.Object | options | 
useRedis(ScriptScopeContext, String)
View Source
Declaration
public IgnoreResult useRedis(ScriptScopeContext scope, string redisConnection)
Returns
ServiceStack.Script.IgnoreResult
Parameters
| Type | Name | 
|---|---|
| ServiceStack.Script.ScriptScopeContext | scope | 
System.String | redisConnection |