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

Gets the current time from a redis server
Inheritance: BaseLua
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Gets the current time from a redis server
public Execute ( ) : long
Résultat long

TimeLua() public méthode

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