From 0bae4bb0442e408c8f5c8875400800aaa3b6aa42 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Mon, 23 Sep 2024 14:58:24 +0200 Subject: [PATCH] Fix urls --- redis_cluster.stub.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redis_cluster.stub.php b/redis_cluster.stub.php index 16f3154..833d709 100644 --- a/redis_cluster.stub.php +++ b/redis_cluster.stub.php @@ -1097,7 +1097,7 @@ class RedisCluster { array|bool|null $options = null): RedisCluster|int|false; /** - * @see https://redis.io/commands/zRandMember + * @see https://redis.io/commands/zrandmember */ public function zrandmember(string $key, ?array $options = null): RedisCluster|string|array; @@ -1167,7 +1167,7 @@ class RedisCluster { public function zscore(string $key, mixed $member): RedisCluster|float|false; /** - * @see https://redis.io/commands/zMscore + * @see https://redis.io/commands/zmscore */ public function zmscore(string $key, mixed $member, mixed ...$other_members): Redis|array|false;