NewScript returns a new script object. If keyCount is greater than or equal to zero, then the count is automatically inserted in the EVAL command argument list. If keyCount is less than zero, then the application supplies the count as the first value in the keysAndArgs argument to the Do, Send and S
(keyCount int, src, hash string)
| 36 | // SendHash methods. |
| 37 | // Taken from https://github.com/gomodule/redigo/blob/46992b0f02f74066bcdfd9b03e33bc03abd10dc7/redis/script.go#L32-L41 |
| 38 | func NewScript(keyCount int, src, hash string) *Script { |
| 39 | return &Script{keyCount, src, hash} |
| 40 | } |
no outgoing calls
searching dependent graphs…