We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b858c70 commit 5c1b39eCopy full SHA for 5c1b39e
src/Redis.php
@@ -3594,7 +3594,7 @@ public function hGet($key, $hashKey)
3594
*
3595
* @param string $key
3596
3597
- * @return int|false the number of items in a hash, FALSE if the key doesn't exist or isn't a hash
+ * @return int|bool the number of items in a hash, FALSE if the key doesn't exist or isn't a hash
3598
3599
* @link https://redis.io/commands/hlen
3600
* @example
@@ -3617,7 +3617,7 @@ public function hLen($key)
3617
* @param string $hashKey1
3618
* @param string ...$otherHashKeys
3619
3620
- * @return int|false Number of deleted fields
+ * @return int|bool Number of deleted fields
3621
3622
* @link https://redis.io/commands/hdel
3623
0 commit comments