mirror of
https://github.com/redis/go-redis.git
synced 2025-07-18 00:20:57 +03:00
chore: update dependencies
This commit is contained in:
@ -1495,7 +1495,9 @@ func (c cmdable) LMove(ctx context.Context, source, destination, srcpos, destpos
|
||||
return cmd
|
||||
}
|
||||
|
||||
func (c cmdable) BLMove(ctx context.Context, source, destination, srcpos, destpos string, timeout time.Duration) *StringCmd {
|
||||
func (c cmdable) BLMove(
|
||||
ctx context.Context, source, destination, srcpos, destpos string, timeout time.Duration,
|
||||
) *StringCmd {
|
||||
cmd := NewStringCmd(ctx, "blmove", source, destination, srcpos, destpos, formatSec(ctx, timeout))
|
||||
cmd.setReadTimeout(timeout)
|
||||
_ = c(ctx, cmd)
|
||||
|
Reference in New Issue
Block a user