type github.com/go-redis/redis/v8.Script
9 uses
github.com/go-redis/redis/v8 (current package)
script.go#L24: type Script struct {
script.go#L28: func NewScript(src string) *Script {
script.go#L31: return &Script{
script.go#L37: func (s *Script) Hash() string {
script.go#L41: func (s *Script) Load(ctx context.Context, c scripter) *StringCmd {
script.go#L45: func (s *Script) Exists(ctx context.Context, c scripter) *BoolSliceCmd {
script.go#L49: func (s *Script) Eval(ctx context.Context, c scripter, keys []string, args ...interface{}) *Cmd {
script.go#L53: func (s *Script) EvalSha(ctx context.Context, c scripter, keys []string, args ...interface{}) *Cmd {
script.go#L59: func (s *Script) Run(ctx context.Context, c scripter, keys []string, args ...interface{}) *Cmd {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |