type github.com/go-redis/redis/v8.scripter
9 uses
github.com/go-redis/redis/v8 (current package)
script.go#L11: type scripter interface {
script.go#L19: _ scripter = (*Client)(nil)
script.go#L20: _ scripter = (*Ring)(nil)
script.go#L21: _ scripter = (*ClusterClient)(nil)
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. |