Skip to content

Commit

Permalink
Fix typo in Redis.php
Browse files Browse the repository at this point in the history
  • Loading branch information
yonex authored and isfedorov committed Jun 20, 2023
1 parent 8a355b5 commit e2e898a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ public function getAuth() {}
* @param float $read_timeout value in seconds (optional, default is 0 meaning unlimited)
* @param array|null $context since PhpRedis >= 5.3.0 can specify authentication and stream information on connect
*
* @return bool TRUE on success, FALSE on ertcnror.
* @return bool TRUE on success, FALSE on error.
*
* @throws RedisException
*
Expand Down

0 comments on commit e2e898a

Please sign in to comment.