This commit is contained in:
Pavlo Yatsukhnenko
2026-02-16 10:46:25 +02:00
parent 93cb921158
commit 9f4302c0cc
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1204,7 +1204,7 @@ class RedisCluster {
/**
* @see \Redis::xdelex()
*/
public function xdelex(string $key, array $ids, ?string $mode = null): Relay|array|false;
public function xdelex(string $key, array $ids, ?string $mode = null): RedisCluster|array|false;
/**
* @see \Redis::xgroup()