github.com/go-redis/redis/v8.cmdable.IncrBy (method)

one use

	github.com/go-redis/redis/v8 (current package)
		commands.go#L706: func (c cmdable) IncrBy(ctx context.Context, key string, value int64) *IntCmd {