type github.com/go-redis/redis/v8.statefulCmdable
9 uses
github.com/go-redis/redis/v8 (current package)
commands.go#L347: type statefulCmdable func(ctx context.Context, cmd Cmder) error
commands.go#L351: func (c statefulCmdable) Auth(ctx context.Context, password string) *StatusCmd {
commands.go#L360: func (c statefulCmdable) AuthACL(ctx context.Context, username, password string) *StatusCmd {
commands.go#L372: func (c statefulCmdable) Select(ctx context.Context, index int) *StatusCmd {
commands.go#L378: func (c statefulCmdable) SwapDB(ctx context.Context, index1, index2 int) *StatusCmd {
commands.go#L385: func (c statefulCmdable) ClientSetName(ctx context.Context, name string) *BoolCmd {
pipeline.go#L41: statefulCmdable
redis.go#L691: statefulCmdable
tx.go#L20: statefulCmdable
![]() |
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. |