C# Class DotNetWorkQueue.Transport.Redis.Basic.Lua.BaseLua

Caches lua script on each configured redis server
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Protected Properties

Свойство Type Description
Connection IRedisConnection
RedisNames RedisNames

Méthodes publiques

Méthode Description
LoadScript ( ) : void

Loads the script.

Méthodes protégées

Méthode Description
BaseLua ( IRedisConnection connection, RedisNames redisNames ) : System

Initializes a new instance of the BaseLua class.

Method Details

BaseLua() protected méthode

Initializes a new instance of the BaseLua class.
protected BaseLua ( IRedisConnection connection, RedisNames redisNames ) : System
connection IRedisConnection The connection.
redisNames RedisNames The redis names.
Résultat System

LoadScript() public méthode

Loads the script.
public LoadScript ( ) : void
Résultat void

Property Details

Connection protected_oe property

The connection to the redis server(s)
protected IRedisConnection Connection
Résultat IRedisConnection

RedisNames protected_oe property

The names of the various redis queues
protected RedisNames RedisNames
Résultat RedisNames