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

Caches lua script on each configured redis server
Show 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 property

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

RedisNames protected property

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