Add getWithMeta method

This commit is contained in:
Pavlo Yatsukhnenko
2025-01-30 20:15:00 +02:00
parent abb0f6ccc8
commit 9036ffca6a
16 changed files with 195 additions and 59 deletions

View File

@@ -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
*/