Method | Description | |
---|---|---|
getEvalArguments ( ) : array | Returns arguments for EVAL command. | |
getEvalCommand ( ) : |
Returns the equivalent EVAL command as a raw command instance. | |
getId ( ) | ||
getKeys ( ) : array | Returns the elements from the arguments that are identified as keys. | |
getScript ( ) : string | Gets the body of a Lua script. | |
getScriptHash ( ) : string | Calculates the SHA1 hash of the body of the script. | |
setArguments ( array $arguments ) |
Method | Description | |
---|---|---|
getKeysCount ( ) : integer | Specifies the number of arguments that should be considered as keys. |
public getEvalArguments ( ) : array | ||
return | array |
public getEvalCommand ( ) : |
||
return |
protected getKeysCount ( ) : integer | ||
return | integer |
public getScriptHash ( ) : string | ||
return | string | SHA1 hash. |