diff --git a/src/Redis.php b/src/Redis.php index b60dc8e..2a8578c 100644 --- a/src/Redis.php +++ b/src/Redis.php @@ -777,7 +777,7 @@ public function punsubscribe($patterns = null) * * @param string|string[] $key * - * @return bool The number of keys tested that do exist + * @return int|bool The number of keys tested that do exist * * @link https://redis.io/commands/exists * @link https://github.com/phpredis/phpredis#exists