mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Fix typo
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user