mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-24 00:52:16 +01:00
Add getWithMeta method
This commit is contained in:
@@ -390,6 +390,11 @@ class RedisCluster {
|
||||
*/
|
||||
public function get(string $key): mixed;
|
||||
|
||||
/**
|
||||
* @see Redis::getWithMeta
|
||||
*/
|
||||
public function getWithMeta(string $key): RedisCluster|array|false;
|
||||
|
||||
/**
|
||||
* @see Redis::getEx
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user