Skip to content

Commit

Permalink
Add hIncrByFloat definition (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon authored and colinmollenhour committed Aug 1, 2019
1 parent bc17b90 commit 73b0e29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public function __construct($message, $code = 0, $exception = NULL)
* @method array|Credis_Client hGetAll(string $key)
* @method bool|Credis_Client hExists(string $key, string $field)
* @method int|Credis_Client hIncrBy(string $key, string $field, int $value)
* @method float|Credis_Client hIncrByFloat(string $key, string $member, float $value)
* @method bool|Credis_Client hMSet(string $key, array $keysValues)
* @method array|Credis_Client hMGet(string $key, array $fields)
*
Expand Down

0 comments on commit 73b0e29

Please sign in to comment.