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