C# 클래스 DotNetWorkQueue.Transport.Redis.Basic.Lua.SendHeartbeatLua

Sends a heartbeat for a single message
client does not support options of 'zadd'; we are using LUA script to work around this
상속: BaseLua
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
Execute ( string messageid, long unixTime ) : int?

Sends a heartbeat for a single message

SendHeartbeatLua ( IRedisConnection connection, RedisNames redisNames ) : StackExchange.Redis

Initializes a new instance of the SendHeartbeatLua class.

비공개 메소드들

메소드 설명
GetParameters ( string messageid, long unixTime ) : object

Gets the parameters.

메소드 상세

Execute() 공개 메소드

Sends a heartbeat for a single message
public Execute ( string messageid, long unixTime ) : int?
messageid string The messageid.
unixTime long The unix time.
리턴 int?

SendHeartbeatLua() 공개 메소드

Initializes a new instance of the SendHeartbeatLua class.
public SendHeartbeatLua ( IRedisConnection connection, RedisNames redisNames ) : StackExchange.Redis
connection IRedisConnection The connection.
redisNames RedisNames The redis names.
리턴 StackExchange.Redis