Method | Description | |
---|---|---|
DeleteLua ( IRedisConnection connection, RedisNames redisNames ) : StackExchange.Redis |
Initializes a new instance of the DeleteLua class.
|
|
Execute ( string messageId ) : int? |
Deletes the specified message.
|
Method | Description | |
---|---|---|
GetParameters ( string messageId ) : object |
Gets the parameters.
|
public DeleteLua ( IRedisConnection connection, RedisNames redisNames ) : StackExchange.Redis | ||
connection | IRedisConnection | The connection. |
redisNames | RedisNames | The redis names. |
return | StackExchange.Redis |
public Execute ( string messageId ) : int? | ||
messageId | string | The message identifier. |
return | int? |