Skip to content

Commit

Permalink
Add 'discard' function type-hint (uses in multi/exec)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Oct 26, 2023
1 parent 5641140 commit 312926e
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 @@ -47,6 +47,7 @@ public function __construct($message, $code = 0, $exception = null)
* @method Credis_Client watch(string ...$keys)
* @method Credis_Client unwatch()
* @method array exec()
* @method array discard()
* @method string|Credis_Client flushAll()
* @method string|Credis_Client flushDb()
* @method array|Credis_Client info(string $section = null)
Expand Down

0 comments on commit 312926e

Please sign in to comment.