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

Caches lua script on each configured redis server
Mostra file Open project: blehnen/DotNetWorkQueue

Protected Properties

Property Type Description
Connection IRedisConnection
RedisNames RedisNames

Public Methods

Method Description
LoadScript ( ) : void

Loads the script.

Protected Methods

Method Description
BaseLua ( IRedisConnection connection, RedisNames redisNames ) : System

Initializes a new instance of the BaseLua class.

Method Details

BaseLua() protected method

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

LoadScript() public method

Loads the script.
public LoadScript ( ) : void
return void

Property Details

Connection protected_oe property

The connection to the redis server(s)
protected IRedisConnection Connection
return IRedisConnection

RedisNames protected_oe property

The names of the various redis queues
protected RedisNames RedisNames
return RedisNames