Property | Type | Description | |
---|---|---|---|
Connection | IRedisConnection | ||
RedisNames | RedisNames |
Method | Description | |
---|---|---|
LoadScript ( ) : void |
Loads the script.
|
Method | Description | |
---|---|---|
BaseLua ( IRedisConnection connection, RedisNames redisNames ) : System |
Initializes a new instance of the BaseLua class.
|
protected BaseLua ( IRedisConnection connection, RedisNames redisNames ) : System | ||
connection | IRedisConnection | The connection. |
redisNames | RedisNames | The redis names. |
return | System |