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

4 uses

	github.com/go-redis/redis/v8 (current package)
		commands.go#L1778: func (c cmdable) zIncr(ctx context.Context, a []interface{}, n int, members ...*Z) *FloatCmd {
		commands.go#L1793: 	return c.zIncr(ctx, a, n, member)
		commands.go#L1801: 	return c.zIncr(ctx, a, n, member)
		commands.go#L1809: 	return c.zIncr(ctx, a, n, member)