메소드 | 설명 | |
---|---|---|
DequeueLua ( IRedisConnection connection, RedisNames redisNames ) : System.Threading.Tasks |
Initializes a new instance of the DequeueLua class.
|
|
Execute ( long unixTime ) : RedisValue[] |
Dequeues the next record
|
|
ExecuteAsync ( long unixTime ) : Task |
Dequeues the next record
|
메소드 | 설명 | |
---|---|---|
GetParameters ( long unixTime ) : object |
Gets the parameters.
|
public DequeueLua ( IRedisConnection connection, RedisNames redisNames ) : System.Threading.Tasks | ||
connection | IRedisConnection | The connection. |
redisNames | RedisNames | The redis names. |
리턴 | System.Threading.Tasks |
public Execute ( long unixTime ) : RedisValue[] | ||
unixTime | long | The current unix time. |
리턴 | RedisValue[] |
public ExecuteAsync ( long unixTime ) : Task |
||
unixTime | long | The current unix time. |
리턴 | Task |