- 18 Feb, 2020 1 commit
-
-
Michael Grunder authored
-
- 11 Feb, 2020 1 commit
-
-
The sentinel sources were added to config.m4 in https://github.com/phpredis/phpredis/commit/c94e28f1ebabdfceb722ad78eff75ce4fc57f5a3#diff-788d457a20b110cc38e571dec9ddc68c They should be added to config.w32 as well.
-
- 07 Feb, 2020 2 commits
-
-
Michael Grunder authored
-
Michael Grunder authored
-
- 06 Feb, 2020 8 commits
-
-
-
-
-
-
-
-
NOTE: [This comment](https://github.com/antirez/redis/pull/6116#issuecomment-509331565) indicates the feature may be backported to Redis 5, so we'll want to change our unit test if that happens.
-
Add TYPE param to SCAN command. Arginfo wasn't updated so this change isn't breaking change :)
-
- 31 Jan, 2020 1 commit
-
-
See #1693
-
- 21 Jan, 2020 3 commits
-
-
Michael Grunder authored
-
Michael Grunder authored
I our test suite we were only checking if an exception was an instance of `RedisException` and marking the test 'SKIPPED' if not. This was masking a failure in the RedisCluster test for testMultiExec by showing it as skipped when it was actually throwing an exception (not being able to execute the MULTI across the cluster).
-
-
- 19 Jan, 2020 1 commit
-
-
Addresses #1701
-
- 14 Jan, 2020 1 commit
-
-
Pavlo Yatsukhnenko authored
Remove "PHP Version 5" comment section
-
- 13 Jan, 2020 1 commit
-
-
Tyson Andre authored
package.xml has a minimum version of 7.0 PHP 8.0 will probably be out in around a year.
-
- 10 Jan, 2020 2 commits
-
-
Addresses #1694
-
-
- 06 Jan, 2020 4 commits
-
-
Pavlo Yatsukhnenko authored
Fix proto comments for host_port in RedisCluster
-
Pavlo Yatsukhnenko authored
Fix typos detected by codespell
-
Tyson Andre authored
-
Tyson Andre authored
These methods accept a single argument, not two arguments. (cluster_cmd_get_slot accepts one argument)
-
- 08 Dec, 2019 1 commit
-
-
Pavlo Yatsukhnenko authored
-
- 07 Dec, 2019 2 commits
-
-
Pavlo Yatsukhnenko authored
-
Pavlo Yatsukhnenko authored
-
- 05 Dec, 2019 4 commits
-
-
Michael Grunder authored
-
Pavlo Yatsukhnenko authored
-
Michael Grunder authored
* It should be impossible to cause a buffer overrun with this format string but use the safer version anyway. * Make the phpredis challenge string searchable and add 32 bits of entropy since it's theoretically possible that two machines would generate the same `tv_sec` + `tv_usec` string.
-
Add helper function to check liveness of connection after getting it from the pool. Send `AUTH` before `PING` if necessary in pipeline.
-
- 04 Dec, 2019 2 commits
-
-
* It should be impossible to cause a buffer overrun with this format string but use the safer version anyway. * Make the phpredis challenge string searchable and add 32 bits of entropy since it's theoretically possible that two machines would generate the same `tv_sec` + `tv_usec` string.
-
Add helper function to check liveness of connection after getting it from the pool. Send `AUTH` before `PING` if necessary in pipeline.
-
- 02 Dec, 2019 1 commit
-
-
Michael Booth authored
-
- 11 Nov, 2019 1 commit
-
-
Pavlo Yatsukhnenko authored
-
- 07 Nov, 2019 1 commit
-
-
Pavlo Yatsukhnenko authored
-
- 06 Nov, 2019 2 commits
-
-
Pavlo Yatsukhnenko authored
Create FUNDING.yml
-
Pavlo Yatsukhnenko authored
-
- 05 Nov, 2019 1 commit
-
-
Pavlo Yatsukhnenko authored
Update docs for Zstd
-