type github.com/redis/go-redis/v9.StatefulCmdable (interface)

Method Implmentations






BLMove(ctx context.Context, source, destination, srcpos, destpos string, timeout time.Duration) *StringCmd (*Conn).cmdable.BLMove (*Pipeline).cmdable.BLMove Pipeliner.BLMove (*Tx).cmdable.BLMove
Eval(ctx context.Context, script string, keys []string, args ...interface{}) *Cmd (*Conn).cmdable.Eval (*Pipeline).cmdable.Eval Pipeliner.Eval (*Tx).cmdable.Eval
EvalRO(ctx context.Context, script string, keys []string, args ...interface{}) *Cmd (*Conn).cmdable.EvalRO (*Pipeline).cmdable.EvalRO Pipeliner.EvalRO (*Tx).cmdable.EvalRO
FCall(ctx context.Context, function string, keys []string, args ...interface{}) *Cmd (*Conn).cmdable.FCall (*Pipeline).cmdable.FCall Pipeliner.FCall (*Tx).cmdable.FCall
LMove(ctx context.Context, source, destination, srcpos, destpos string) *StringCmd (*Conn).cmdable.LMove (*Pipeline).cmdable.LMove Pipeliner.LMove (*Tx).cmdable.LMove
SAdd(ctx context.Context, key string, members ...interface{}) *IntCmd (*Conn).cmdable.SAdd (*Pipeline).cmdable.SAdd Pipeliner.SAdd (*Tx).cmdable.SAdd
SMove(ctx context.Context, source, destination string, member interface{}) *BoolCmd (*Conn).cmdable.SMove (*Pipeline).cmdable.SMove Pipeliner.SMove (*Tx).cmdable.SMove
SRem(ctx context.Context, key string, members ...interface{}) *IntCmd (*Conn).cmdable.SRem (*Pipeline).cmdable.SRem Pipeliner.SRem (*Tx).cmdable.SRem
Set(ctx context.Context, key string, value interface{}, expiration time.Duration) *StatusCmd (*Conn).cmdable.Set (*Pipeline).cmdable.Set Pipeliner.Set (*Tx).cmdable.Set
ZRem(ctx context.Context, key string, members ...interface{}) *IntCmd (*Conn).cmdable.ZRem (*Pipeline).cmdable.ZRem Pipeliner.ZRem (*Tx).cmdable.ZRem