8000 Fix urls · phpredis/phpredis@0bae4bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bae4bb

Browse files
VincentLangletmichael-grunder
authored andcommitted
Fix urls
1 parent 909c5cc commit 0bae4bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redis_cluster.stub.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ public function zrangestore(string $dstkey, string $srckey, int $start, int $end
10971097
array|bool|null $options = null): RedisCluster|int|false;
10981098

10991099
/**
1100-
* @see https://redis.io/commands/zRandMember
1100+
* @see https://redis.io/commands/zrandmember
11011101
*/
11021102
public function zrandmember(string $key, ?array $options = null): RedisCluster|string|array;
11031103

@@ -1167,7 +1167,7 @@ public function zscan(string $key, null|int|string &$iterator, ?string $pattern
11671167
public function zscore(string $key, mixed $member): RedisCluster|float|false;
11681168

11691169
/**
1170-
* @see https://redis.io/commands/zMscore
1170+
* @see https://redis.io/commands/zmscore
11711171
*/
11721172
public function zmscore(string $key, mixed $member, mixed ...$other_members): Redis|array|false;
11731173

0 commit comments

Comments
 (0)
0