You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably the last release with PHP 5 suport!!!
1498
+
This is probably the last release with PHP 5 support!!!
1499
1499
1500
1500
### Added
1501
1501
@@ -1566,7 +1566,7 @@ The main feature of this release is new Streams API implemented by
1566
1566
### Changed
1567
1567
1568
1568
- Optimize close method [2a1ef961](https://www.github.com/phpredis/phpredis/commit/2a1ef961) ([yulonghu](https://github.com/yulonghu))
1569
<
8000
code>
-
- Use a ZSET insted of SET for EVAL tests [2e412373](https://www.github.com/phpredis/phpredis/commit/2e412373) ([Michael Grunder](https://github.com/michael-grunder))
1569
+
- Use a ZSET instead of SET for EVAL tests [2e412373](https://www.github.com/phpredis/phpredis/commit/2e412373) ([Michael Grunder](https://github.com/michael-grunder))
- More robust GEORADIUS COUNT validation [f7edee5d](https://www.github.com/phpredis/phpredis/commit/f7edee5d) ([Michael Grunder](https://github.com/michael-grunder))
1621
-
- Allow to use empty string as persistant_id[ec4fd1bd](https://www.github.com/phpredis/phpredis/commit/ec4fd1bd) ([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
1621
+
- Allow to use empty string as persistent_id[ec4fd1bd](https://www.github.com/phpredis/phpredis/commit/ec4fd1bd) ([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
@@ -1641,7 +1641,7 @@ This is interim release which contains only bug fixes.
1641
1641
- Fix segfault when extending Redis class in PHP 5 [d23eff](https://www.github.com/phpredis/phpredis/commit/d23eff) ([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
1642
1642
- Fix RedisCluster constructor with PHP 7 strict scalar type [5c21d7](https://www.github.com/phpredis/phpredis/commit/5c21d7)
- Allow to use empty string as persistant_id[344de5](https://www.github.com/phpredis/phpredis/commit/344de5) ([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
1644
+
- Allow to use empty string as persistent_id[344de5](https://www.github.com/phpredis/phpredis/commit/344de5) ([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -460,7 +460,7 @@ _**Description**_: Sends a string to Redis, which replies with the same string
460
460
1.[Backoff algorithms](#backoff-algorithms)
461
461
462
462
### Maximum retries
463
-
You can set and get the maximum retries upon connection issues using the `OPT_MAX_RETRIES` option. Note that this is the number of _retries_, meaning if you set this option to _n_, there will be a maximum _n+1_attemps overall. Defaults to 10.
463
+
You can set and get the maximum retries upon connection issues using the `OPT_MAX_RETRIES` option. Note that this is the number of _retries_, meaning if you set this option to _n_, there will be a maximum _n+1_attempts overall. Defaults to 10.
464
464
465
465
##### *Example*<
E41A
/span>
466
466
@@ -511,7 +511,7 @@ $redis->setOption(Redis::OPT_BACKOFF_CAP, 750); // backoff time capped at 750ms
511
511
_**Description**_: Execute the Redis ACL command.
512
512
513
513
##### *Parameters*
514
-
_variable_: Minumum of one argument for `Redis` and two for `RedisCluster`.
514
+
_variable_: Minimum of one argument for `Redis` and two for `RedisCluster`.
0 commit comments