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

Gets the current time from a redis server
Inheritance: BaseLua
Mostra file Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
Execute ( ) : long

Gets the current time from a redis server

TimeLua ( IRedisConnection connection, RedisNames redisNames ) : System

Initializes a new instance of the TimeLua class.

Method Details

Execute() public method

Gets the current time from a redis server
public Execute ( ) : long
return long

TimeLua() public method

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