-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved declaration structure #3
base: 74bcc59cf712901bf4b4
Are you sure you want to change the base?
Commits on Nov 5, 2019
-
In PR phpredis#1602 we decided to use unsigned short for storing RedisSock->port but in previous release I reverted that change. In this PR I changed signatire of redis_sock_create to prevent unneccecary convertion of types.
Configuration menu - View commit details
-
Copy full SHA for 2bae801 - Browse repository at this point
Copy the full SHA 2bae801View commit details -
Tests for unix socket and high ports
Adds some tests to protect against regressions when connecting to unix sockets and high ports.
Configuration menu - View commit details
-
Copy full SHA for 9f4eded - Browse repository at this point
Copy the full SHA 9f4ededView commit details -
Configuration menu - View commit details
-
Copy full SHA for 741df6c - Browse repository at this point
Copy the full SHA 741df6cView commit details -
Merge pull request phpredis#1666 from fitztrev/patch-1
Update docs for Zstd
Configuration menu - View commit details
-
Copy full SHA for ba256a0 - Browse repository at this point
Copy the full SHA ba256a0View commit details
Commits on Nov 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6f3f378 - Browse repository at this point
Copy the full SHA 6f3f378View commit details -
Merge pull request phpredis#1667 from phpredis/sponsors
Create FUNDING.yml
Configuration menu - View commit details
-
Copy full SHA for 82f82f9 - Browse repository at this point
Copy the full SHA 82f82f9View commit details
Commits on Nov 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9633666 - Browse repository at this point
Copy the full SHA 9633666View commit details
Commits on Nov 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5c7bc39 - Browse repository at this point
Copy the full SHA 5c7bc39View commit details
Commits on Dec 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 23b1a9d - Browse repository at this point
Copy the full SHA 23b1a9dView commit details
Commits on Dec 4, 2019
-
Add helper function to check liveness of connection after getting it from the pool. Send `AUTH` before `PING` if necessary in pipeline.
Configuration menu - View commit details
-
Copy full SHA for 99ebd0c - Browse repository at this point
Copy the full SHA 99ebd0cView commit details -
Switch to snprintf and modify challenge string
* 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.
Configuration menu - View commit details
-
Copy full SHA for 3243f42 - Browse repository at this point
Copy the full SHA 3243f42View commit details
Commits on Dec 5, 2019
-
Add helper function to check liveness of connection after getting it from the pool. Send `AUTH` before `PING` if necessary in pipeline.
Configuration menu - View commit details
-
Copy full SHA for 7b6072e - Browse repository at this point
Copy the full SHA 7b6072eView commit details -
Switch to snprintf and modify challenge string
* 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.
Configuration menu - View commit details
-
Copy full SHA for 25cdaee - Browse repository at this point
Copy the full SHA 25cdaeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb4f45 - Browse repository at this point
Copy the full SHA 5eb4f45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dbde8d - Browse repository at this point
Copy the full SHA 9dbde8dView commit details
Commits on Dec 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a5f9592 - Browse repository at this point
Copy the full SHA a5f9592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d83157 - Browse repository at this point
Copy the full SHA 3d83157View commit details
Commits on Dec 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for db44613 - Browse repository at this point
Copy the full SHA db44613View commit details
Commits on Jan 6, 2020
-
Fix proto comments for host_port in RedisCluster
These methods accept a single argument, not two arguments. (cluster_cmd_get_slot accepts one argument)
Configuration menu - View commit details
-
Copy full SHA for 2ddc5f2 - Browse repository at this point
Copy the full SHA 2ddc5f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f52bd8a - Browse repository at this point
Copy the full SHA f52bd8aView commit details -
Merge pull request phpredis#1697 from TysonAndre/fix-typos
Fix typos detected by codespell
Configuration menu - View commit details
-
Copy full SHA for 1ff7dfb - Browse repository at this point
Copy the full SHA 1ff7dfbView commit details -
Merge pull request phpredis#1696 from TysonAndre/fix-redis_cluster-proto
Fix proto comments for host_port in RedisCluster
Configuration menu - View commit details
-
Copy full SHA for 2c35e43 - Browse repository at this point
Copy the full SHA 2c35e43View commit details
Commits on Jan 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3c48a33 - Browse repository at this point
Copy the full SHA 3c48a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a79ad9 - Browse repository at this point
Copy the full SHA 7a79ad9View commit details
Commits on Jan 13, 2020
-
Remove "PHP Version 5" section
package.xml has a minimum version of 7.0 PHP 8.0 will probably be out in around a year.
Configuration menu - View commit details
-
Copy full SHA for 0ef488f - Browse repository at this point
Copy the full SHA 0ef488fView commit details
Commits on Jan 14, 2020
-
Merge pull request phpredis#1698 from TysonAndre/php-7-header
Remove "PHP Version 5" comment section
Configuration menu - View commit details
-
Copy full SHA for 2d39b48 - Browse repository at this point
Copy the full SHA 2d39b48View commit details
Commits on Jan 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a107c9f - Browse repository at this point
Copy the full SHA a107c9fView commit details
Commits on Jan 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d07a8df - Browse repository at this point
Copy the full SHA d07a8dfView commit details -
Create a specific exception for 'test skipped'
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).
Configuration menu - View commit details
-
Copy full SHA for c3d83d4 - Browse repository at this point
Copy the full SHA c3d83d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9410a7d - Browse repository at this point
Copy the full SHA 9410a7dView commit details
Commits on Jan 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ba73fbe - Browse repository at this point
Copy the full SHA ba73fbeView commit details
Commits on Feb 6, 2020
-
Add TYPE param to SCAN command. Arginfo wasn't updated so this change isn't breaking change :)
Configuration menu - View commit details
-
Copy full SHA for 8eb39a2 - Browse repository at this point
Copy the full SHA 8eb39a2View commit details -
NOTE: [This comment](redis/redis#6116 (comment)) indicates the feature may be backported to Redis 5, so we'll want to change our unit test if that happens.
Configuration menu - View commit details
-
Copy full SHA for 544e641 - Browse repository at this point
Copy the full SHA 544e641View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53fb36c - Browse repository at this point
Copy the full SHA 53fb36cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1724b8 - Browse repository at this point
Copy the full SHA b1724b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c94e28f - Browse repository at this point
Copy the full SHA c94e28fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90cb69f - Browse repository at this point
Copy the full SHA 90cb69fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46da22b - Browse repository at this point
Copy the full SHA 46da22bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a609fa - Browse repository at this point
Copy the full SHA 5a609faView commit details
Commits on Feb 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 23f9de3 - Browse repository at this point
Copy the full SHA 23f9de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 383779e - Browse repository at this point
Copy the full SHA 383779eView commit details
Commits on Feb 11, 2020
-
Update config,w32 with sentinel sources
The sentinel sources were added to config.m4 in phpredis@c94e28f#diff-788d457a20b110cc38e571dec9ddc68c They should be added to config.w32 as well.
Configuration menu - View commit details
-
Copy full SHA for 17ddbe7 - Browse repository at this point
Copy the full SHA 17ddbe7View commit details
Commits on Mar 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bf27e6e - Browse repository at this point
Copy the full SHA bf27e6eView commit details -
Issue.1714 json session tests (phpredis#1717)
* Add json.so as well if we don't find it. See phpredis#1714 * Remove added newline
Configuration menu - View commit details
-
Copy full SHA for 0ce7ca2 - Browse repository at this point
Copy the full SHA 0ce7ca2View commit details -
Issue.1636 del documentation (phpredis#1718)
* Update multiple key command documentation See phpredis#1636
Configuration menu - View commit details
-
Copy full SHA for 92f8dde - Browse repository at this point
Copy the full SHA 92f8ddeView commit details
Commits on Mar 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d5dadaf - Browse repository at this point
Copy the full SHA d5dadafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 190c0d3 - Browse repository at this point
Copy the full SHA 190c0d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ee94ca - Browse repository at this point
Copy the full SHA 9ee94caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e4c7b3 - Browse repository at this point
Copy the full SHA 7e4c7b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c86568 - Browse repository at this point
Copy the full SHA 8c86568View commit details
Commits on Mar 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 460c8f2 - Browse repository at this point
Copy the full SHA 460c8f2View commit details
Commits on Mar 11, 2020
-
Sanity check for redis_sock->stream before closing.
Configuration menu - View commit details
-
Copy full SHA for b7f9df7 - Browse repository at this point
Copy the full SHA b7f9df7View commit details
Commits on Mar 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a8e2b02 - Browse repository at this point
Copy the full SHA a8e2b02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b82d40 - Browse repository at this point
Copy the full SHA 6b82d40View commit details
Commits on Mar 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a42cf18 - Browse repository at this point
Copy the full SHA a42cf18View commit details
Commits on Mar 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bbcf32a - Browse repository at this point
Copy the full SHA bbcf32aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48b3dd6 - Browse repository at this point
Copy the full SHA 48b3dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c45816 - Browse repository at this point
Copy the full SHA 8c45816View commit details
Commits on Mar 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dd66fce - Browse repository at this point
Copy the full SHA dd66fceView commit details
Commits on Mar 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e37f38a - Browse repository at this point
Copy the full SHA e37f38aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35372a1 - Browse repository at this point
Copy the full SHA 35372a1View commit details
Commits on Apr 1, 2020
-
Merge pull request phpredis#1731 from phpredis/server-open-auth
Server open auth
Configuration menu - View commit details
-
Copy full SHA for 4ef465b - Browse repository at this point
Copy the full SHA 4ef465bView commit details
Commits on Apr 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6808cd6 - Browse repository at this point
Copy the full SHA 6808cd6View commit details
Commits on Apr 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 73212e1 - Browse repository at this point
Copy the full SHA 73212e1View commit details
Commits on May 1, 2020
-
Make unit test authentication configurable (phpredis#1748)
Right now cloning the repo and running unit tests will all fail if the Redis/RedisCluster instances aren't configured with the password 'phpredis'. This commit simply makes authentication during the tests optional via a command-line argument.
Configuration menu - View commit details
-
Copy full SHA for 201a975 - Browse repository at this point
Copy the full SHA 201a975View commit details
Commits on May 6, 2020
-
fix [-Wformat=] warning on 32-bit (phpredis#1750)
Use the portable `ZEND_LONG_FORMAT` family instead of C format specifiers
Configuration menu - View commit details
-
Copy full SHA for b9b383f - Browse repository at this point
Copy the full SHA b9b383fView commit details
Commits on May 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 98499bb - Browse repository at this point
Copy the full SHA 98499bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 215828e - Browse repository at this point
Copy the full SHA 215828eView commit details
Commits on May 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 508fef6 - Browse repository at this point
Copy the full SHA 508fef6View commit details
Commits on May 19, 2020
-
Issue phpredis#548 (phpredis#1649)
Adds `Redis::SCAN_PREFIX` and `Redis::SCAN_NOPREFIX` as options to SCAN. See phpredis#548
Configuration menu - View commit details
-
Copy full SHA for e80600e - Browse repository at this point
Copy the full SHA e80600eView commit details
Commits on May 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 20a3dc7 - Browse repository at this point
Copy the full SHA 20a3dc7View commit details -
Merge pull request phpredis#1763 from mi-nakano/bugfix/PHP_REDIS_JSON
bugfix: PHP_REDIS_JSON parameter at configure
Configuration menu - View commit details
-
Copy full SHA for 3ceb410 - Browse repository at this point
Copy the full SHA 3ceb410View commit details
Commits on May 22, 2020
-
During scan build the command using long type for iterator instead of…
… int. Shall resolve issues with Redis Enterprise which uses big 64 bit numbers for cursor. Conflicts: redis.c
Configuration menu - View commit details
-
Copy full SHA for f13f9b7 - Browse repository at this point
Copy the full SHA f13f9b7View commit details
Commits on May 23, 2020
-
Adds Redis 6.0 KEEPTTL option for SET (phpredis#1766)
Added support for KEEPTTL option of SET command, which added in Redis 6 See: phpredis#1761 Co-authored-by: victor <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9c7bb5 - Browse repository at this point
Copy the full SHA f9c7bb5View commit details
Commits on Jun 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5bf8812 - Browse repository at this point
Copy the full SHA 5bf8812View commit details
Commits on Jun 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b067129 - Browse repository at this point
Copy the full SHA b067129View commit details -
Configuration menu - View commit details
-
Copy full SHA for e41e19a - Browse repository at this point
Copy the full SHA e41e19aView commit details
Commits on Jun 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a25d1b8 - Browse repository at this point
Copy the full SHA a25d1b8View commit details
Commits on Jun 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 890ee0e - Browse repository at this point
Copy the full SHA 890ee0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58dab56 - Browse repository at this point
Copy the full SHA 58dab56View commit details
Commits on Jun 7, 2020
-
Issue.1762 xinfo full (phpredis#1771)
Add support for `XINFO STREAM FULL [COUNT]`
Configuration menu - View commit details
-
Copy full SHA for a0c53e0 - Browse repository at this point
Copy the full SHA a0c53e0View commit details -
Various improvements and fixes to cluster slot caching. * Improves slot caching so any unique set of seeds all hash to the same key * Fix a couple of memory leaks. * Fixes a segfault when executing a multiple key command such as `MGET` or `MSET` while the cluster is resharding.
Configuration menu - View commit details
-
Copy full SHA for 5ca4141 - Browse repository at this point
Copy the full SHA 5ca4141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04def9f - Browse repository at this point
Copy the full SHA 04def9fView commit details
Commits on Jun 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f11352f - Browse repository at this point
Copy the full SHA f11352fView commit details
Commits on Jun 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 94212a9 - Browse repository at this point
Copy the full SHA 94212a9View commit details
Commits on Jun 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b9713e5 - Browse repository at this point
Copy the full SHA b9713e5View commit details
Commits on Jun 25, 2020
-
Support for Redis 6 ACLs (phpredis#1791)
Add support for Redis 6 ACLs in the `Redis`, `RedisCluster`, and `RedisArray` classes. On a related note, it adds a mechanism for users to customize how we generate persistent connection IDs such that they can be grouped in different ways depending on the specific use case required (e.g. it would allow connections to be grouped by username, or by user-defined persistent_id, or both).
Configuration menu - View commit details
-
Copy full SHA for a311cc4 - Browse repository at this point
Copy the full SHA a311cc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 857a2af - Browse repository at this point
Copy the full SHA 857a2afView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ed4aa - Browse repository at this point
Copy the full SHA f7ed4aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd3a11a - Browse repository at this point
Copy the full SHA dd3a11aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0838b5b - Browse repository at this point
Copy the full SHA 0838b5bView commit details
Commits on Jun 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 19269cb - Browse repository at this point
Copy the full SHA 19269cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5de8fa - Browse repository at this point
Copy the full SHA e5de8faView commit details -
Configuration menu - View commit details
-
Copy full SHA for f57fae5 - Browse repository at this point
Copy the full SHA f57fae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f74207b - Browse repository at this point
Copy the full SHA f74207bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a88186c - Browse repository at this point
Copy the full SHA a88186cView commit details -
Merge pull request phpredis#1779 from phpredis/issue-pkgconfig
use pkg-config for libzstd and liblzf
Configuration menu - View commit details
-
Copy full SHA for 73cf2e3 - Browse repository at this point
Copy the full SHA 73cf2e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 262cc70 - Browse repository at this point
Copy the full SHA 262cc70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57bb95b - Browse repository at this point
Copy the full SHA 57bb95bView commit details -
Configuration menu - View commit details
-
Copy full SHA for df398cb - Browse repository at this point
Copy the full SHA df398cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba3f06 - Browse repository at this point
Copy the full SHA 3ba3f06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ceba7c - Browse repository at this point
Copy the full SHA 5ceba7cView commit details
Commits on Jun 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for adbc12e - Browse repository at this point
Copy the full SHA adbc12eView commit details
Commits on Jul 1, 2020
-
Merge tag '5.3.0' into develop
phpredis 5.3.0 This release contains initial support for Redis 6 ACLs, LZ4 compression, and many more fixes and improvements. You can find a detailed list of changes in Changelog.md and package.xml A special thanks to BlueHost for sponsoring ACL support \o/ * Sponsors ~ Audiomack - https://audiomack.com ~ BlueHost - https://bluehost.com ~ Redis Cache Pro for WordPress - https://wprediscache.com ~ Avtandil Kikabidze - https://github.com/akalongman
Configuration menu - View commit details
-
Copy full SHA for a5783b2 - Browse repository at this point
Copy the full SHA a5783b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c56289 - Browse repository at this point
Copy the full SHA 3c56289View commit details
Commits on Jul 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6ba7cff - Browse repository at this point
Copy the full SHA 6ba7cffView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4779e6 - Browse repository at this point
Copy the full SHA b4779e6View commit details -
Merge pull request phpredis#1799 from weberhofer/patch-1
Added installation section for openSUSE
Configuration menu - View commit details
-
Copy full SHA for 13a168f - Browse repository at this point
Copy the full SHA 13a168fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f202e - Browse repository at this point
Copy the full SHA 08f202eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a1b7c - Browse repository at this point
Copy the full SHA 83a1b7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff2e160 - Browse repository at this point
Copy the full SHA ff2e160View commit details
Commits on Jul 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5d30e97 - Browse repository at this point
Copy the full SHA 5d30e97View commit details -
Configuration menu - View commit details
-
Copy full SHA for e20b1ce - Browse repository at this point
Copy the full SHA e20b1ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fed60f - Browse repository at this point
Copy the full SHA 7fed60fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b899689 - Browse repository at this point
Copy the full SHA b899689View commit details
Commits on Jul 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 49428a2 - Browse repository at this point
Copy the full SHA 49428a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 066cff6 - Browse repository at this point
Copy the full SHA 066cff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b465b79 - Browse repository at this point
Copy the full SHA b465b79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14ac969 - Browse repository at this point
Copy the full SHA 14ac969View commit details -
Configuration menu - View commit details
-
Copy full SHA for bee44fb - Browse repository at this point
Copy the full SHA bee44fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f771ea1 - Browse repository at this point
Copy the full SHA f771ea1View commit details
Commits on Jul 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a7662da - Browse repository at this point
Copy the full SHA a7662daView commit details
Commits on Jul 18, 2020
-
Merge branch 'develop' of https://github.com/phpredis/phpredis into r…
…edis_clone_develop
Configuration menu - View commit details
-
Copy full SHA for e9e47be - Browse repository at this point
Copy the full SHA e9e47beView commit details
Commits on Jul 21, 2020
-
Update zAdd/zRangeByScore documentation (phpredis#1815)
* Update zAdd functionality * Fix readability additional params * Add example of -inf/+inf for zRangeByScore
Configuration menu - View commit details
-
Copy full SHA for c9ed151 - Browse repository at this point
Copy the full SHA c9ed151View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c43c54 - Browse repository at this point
Copy the full SHA 7c43c54View commit details
Commits on Aug 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c595064 - Browse repository at this point
Copy the full SHA c595064View commit details -
Merge pull request phpredis#1823 from phpredis/liveness-check
Refactor redis_sock_check_liveness
Configuration menu - View commit details
-
Copy full SHA for afcb303 - Browse repository at this point
Copy the full SHA afcb303View commit details
Commits on Aug 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b2cffff - Browse repository at this point
Copy the full SHA b2cffffView commit details
Commits on Aug 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5719c9f - Browse repository at this point
Copy the full SHA 5719c9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 566fdee - Browse repository at this point
Copy the full SHA 566fdeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2351d12 - Browse repository at this point
Copy the full SHA 2351d12View commit details
Commits on Aug 30, 2020
-
Relax requirements on set's expire argument (phpredis#1830)
Relax requirements on set's expire argument See: phpredis#1783
Configuration menu - View commit details
-
Copy full SHA for 3645807 - Browse repository at this point
Copy the full SHA 3645807View commit details
Commits on Aug 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 500916a - Browse repository at this point
Copy the full SHA 500916aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c6fb0 - Browse repository at this point
Copy the full SHA f5c6fb0View commit details
Commits on Sep 8, 2020
-
Allow to specify stream context for rediscluster session handler.
Configuration menu - View commit details
-
Copy full SHA for a8daaff - Browse repository at this point
Copy the full SHA a8daaffView commit details
Commits on Sep 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4fbe7df - Browse repository at this point
Copy the full SHA 4fbe7dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e8c3eb - Browse repository at this point
Copy the full SHA 7e8c3ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 398c99d - Browse repository at this point
Copy the full SHA 398c99dView commit details
Commits on Sep 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f1f07d7 - Browse repository at this point
Copy the full SHA f1f07d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3780b4 - Browse repository at this point
Copy the full SHA d3780b4View commit details
Commits on Sep 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f4a30cb - Browse repository at this point
Copy the full SHA f4a30cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1784879 - Browse repository at this point
Copy the full SHA 1784879View commit details -
Merge pull request phpredis#1845 from phpredis/issue-php8test
fix test suite for PHP 8
Configuration menu - View commit details
-
Copy full SHA for 7e5191f - Browse repository at this point
Copy the full SHA 7e5191fView commit details
Commits on Sep 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5b3771a - Browse repository at this point
Copy the full SHA 5b3771aView commit details
Commits on Sep 28, 2020
-
Issue.1847 cluster segfault (phpredis#1850)
Fix for phpredis#1847 when dealing with NULL multi bulk replies in RedisCluster. Adds `Redis::OPT_NULL_MULTIBULK_AS_NULL` setting to have PhpRedis treat NULL multi bulk replies as `NULL` instead of `[]`. Co-authored-by: Alex Offshore <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 950e8de - Browse repository at this point
Copy the full SHA 950e8deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81c502a - Browse repository at this point
Copy the full SHA 81c502aView commit details
Commits on Oct 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 44345f0 - Browse repository at this point
Copy the full SHA 44345f0View commit details
Commits on Oct 13, 2020
-
Verify SET options are strings before testing them as strings. (phpre…
…dis#1859) Addresses phpredis#1835
Configuration menu - View commit details
-
Copy full SHA for 514bc37 - Browse repository at this point
Copy the full SHA 514bc37View commit details
Commits on Oct 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 39513ca - Browse repository at this point
Copy the full SHA 39513caView commit details
Commits on Oct 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 32be300 - Browse repository at this point
Copy the full SHA 32be300View commit details -
Issue phpredis#1864 (phpredis#1867)
Allow `$options` to be passed as `NULL`.
Configuration menu - View commit details
-
Copy full SHA for 72024af - Browse repository at this point
Copy the full SHA 72024afView commit details
Commits on Oct 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ba4d3ba - Browse repository at this point
Copy the full SHA ba4d3baView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc195d6 - Browse repository at this point
Copy the full SHA fc195d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2c927b - Browse repository at this point
Copy the full SHA d2c927bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2716cc0 - Browse repository at this point
Copy the full SHA 2716cc0View commit details
Commits on Oct 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 09accba - Browse repository at this point
Copy the full SHA 09accbaView commit details
Commits on Oct 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2634350 - Browse repository at this point
Copy the full SHA 2634350View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ca64a1 - Browse repository at this point
Copy the full SHA 6ca64a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d67e360 - Browse repository at this point
Copy the full SHA d67e360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a39af - Browse repository at this point
Copy the full SHA 43a39afView commit details
Commits on Nov 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9f2972b - Browse repository at this point
Copy the full SHA 9f2972bView commit details
Commits on Nov 16, 2020
-
ZADD scores must be numeric or '-inf', '+inf'
Configuration menu - View commit details
-
Copy full SHA for 3a09f69 - Browse repository at this point
Copy the full SHA 3a09f69View commit details
Commits on Nov 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 32564e5 - Browse repository at this point
Copy the full SHA 32564e5View commit details
Commits on Nov 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a09b65b - Browse repository at this point
Copy the full SHA a09b65bView commit details
Commits on Dec 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 477682e - Browse repository at this point
Copy the full SHA 477682eView commit details -
Configuration menu - View commit details
-
Copy full SHA for de98515 - Browse repository at this point
Copy the full SHA de98515View commit details
Commits on Dec 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7d67749 - Browse repository at this point
Copy the full SHA 7d67749View commit details
Commits on Dec 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ee82299 - Browse repository at this point
Copy the full SHA ee82299View commit details
Commits on Dec 21, 2020
-
On some locales `snprintf` uses comma as radix character. Simply replace comma with point to make valid float value.
Configuration menu - View commit details
-
Copy full SHA for 0fa1046 - Browse repository at this point
Copy the full SHA 0fa1046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6215347 - Browse repository at this point
Copy the full SHA 6215347View commit details
Commits on Dec 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 14b9114 - Browse repository at this point
Copy the full SHA 14b9114View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43efc8a - Browse repository at this point
Copy the full SHA 43efc8aView commit details
Commits on Jan 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 69e1a1b - Browse repository at this point
Copy the full SHA 69e1a1bView commit details
Commits on Jan 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a024a9a - Browse repository at this point
Copy the full SHA a024a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a534a2c - Browse repository at this point
Copy the full SHA a534a2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76d75a6 - Browse repository at this point
Copy the full SHA 76d75a6View commit details
Commits on Jan 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 97f2a3e - Browse repository at this point
Copy the full SHA 97f2a3eView commit details
Commits on Jan 21, 2021
-
Typo when declaring a cluster with an array of seeds (phpredis#1914)
In the given example, the number of nodes is three, not two.
Configuration menu - View commit details
-
Copy full SHA for e9ba9ff - Browse repository at this point
Copy the full SHA e9ba9ffView commit details
Commits on Jan 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c61396c - Browse repository at this point
Copy the full SHA c61396cView commit details
Commits on Jan 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b24ce29 - Browse repository at this point
Copy the full SHA b24ce29View commit details
Commits on Jan 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 41e74ff - Browse repository at this point
Copy the full SHA 41e74ffView commit details
Commits on Jan 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f3ad8e2 - Browse repository at this point
Copy the full SHA f3ad8e2View commit details
Commits on Jan 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d6458ca - Browse repository at this point
Copy the full SHA d6458caView commit details
Commits on Jan 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 87297cb - Browse repository at this point
Copy the full SHA 87297cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 270b4db - Browse repository at this point
Copy the full SHA 270b4dbView commit details
Commits on Feb 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9d0cd31 - Browse repository at this point
Copy the full SHA 9d0cd31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 656dd5f - Browse repository at this point
Copy the full SHA 656dd5fView commit details -
Disable clone handlers for Redis and RedisCluster.
Presently PhpRedis will segfault if users attempt to clone either the Redis or RedisCluster objects. We plan on investigating proper clone support in future releases, but for now just diable the handlers.
Configuration menu - View commit details
-
Copy full SHA for cd05a34 - Browse repository at this point
Copy the full SHA cd05a34View commit details -
Configuration menu - View commit details
-
Copy full SHA for b50b361 - Browse repository at this point
Copy the full SHA b50b361View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dbd3c5 - Browse repository at this point
Copy the full SHA 9dbd3c5View commit details
Commits on Feb 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5eb58a4 - Browse repository at this point
Copy the full SHA 5eb58a4View commit details
Commits on Feb 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 06051c0 - Browse repository at this point
Copy the full SHA 06051c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f2a7ef - Browse repository at this point
Copy the full SHA 1f2a7efView commit details -
Configuration menu - View commit details
-
Copy full SHA for e61ee1d - Browse repository at this point
Copy the full SHA e61ee1dView commit details
Commits on Feb 26, 2021
-
Fix ZSTD decompression on bad data.
ZSTD uses two defined error numbers to inform the caller when the compressed data is invalid (e.g. wrong magic number) or the size is unknown. We should always know the size so abort if ZSTD returns either to us. Fixes: phpredis#1936
Configuration menu - View commit details
-
Copy full SHA for 8400ed1 - Browse repository at this point
Copy the full SHA 8400ed1View commit details -
Merge pull request phpredis#1937 from phpredis/issue.1936-zstd-uncomp…
…ression Fix ZSTD decompression on bad data.
Configuration menu - View commit details
-
Copy full SHA for f827ea0 - Browse repository at this point
Copy the full SHA f827ea0View commit details
Commits on Feb 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 037dbbf - Browse repository at this point
Copy the full SHA 037dbbfView commit details
Commits on Mar 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 48d18fc - Browse repository at this point
Copy the full SHA 48d18fcView commit details
Commits on Mar 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dcf4b83 - Browse repository at this point
Copy the full SHA dcf4b83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 963f2a9 - Browse repository at this point
Copy the full SHA 963f2a9View commit details -
Add Redis::zdiff and Redis::zdiffstore commands
Configuration menu - View commit details
-
Copy full SHA for 5d50fef - Browse repository at this point
Copy the full SHA 5d50fefView commit details
Commits on Mar 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 05cb508 - Browse repository at this point
Copy the full SHA 05cb508View commit details -
Fail if session lock can't be acquired, more sane lock wait defaults,…
… and add more logging.
Configuration menu - View commit details
-
Copy full SHA for 687a0b4 - Browse repository at this point
Copy the full SHA 687a0b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d5e30 - Browse repository at this point
Copy the full SHA 92d5e30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 306fa25 - Browse repository at this point
Copy the full SHA 306fa25View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba1314f - Browse repository at this point
Copy the full SHA ba1314fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8a9859 - Browse repository at this point
Copy the full SHA c8a9859View commit details
Commits on Mar 10, 2021
-
Pass compression flag when performing HMGET (phpredis#1945)
Without this, performing a HMGET call fails to decompress the data before returning it to php.
Configuration menu - View commit details
-
Copy full SHA for ccd142f - Browse repository at this point
Copy the full SHA ccd142fView commit details -
Merge pull request phpredis#1946 from aolley/issue.1945-hmget-compres…
…sion Pass compression flag when performing HMGET (phpredis#1945)
Configuration menu - View commit details
-
Copy full SHA for f1e0f23 - Browse repository at this point
Copy the full SHA f1e0f23View commit details
Commits on Mar 11, 2021
-
Fix PhpRedis session tests to soften timing issues
Rework the session locking unit tests to be less reliant on arbitrary sleep calls which can be very troublesome when running in Travis and especially when running in Travis under valgrind. Additionally, skip multiple newly added Redis 6.2 commands that aren't yet implemented in RedisCluster.
Configuration menu - View commit details
-
Copy full SHA for 1a0ae97 - Browse repository at this point
Copy the full SHA 1a0ae97View commit details -
Merge pull request phpredis#1947 from phpredis/fix-session-tests
Fix session tests to soften timing issues
Configuration menu - View commit details
-
Copy full SHA for 747d324 - Browse repository at this point
Copy the full SHA 747d324View commit details
Commits on Mar 18, 2021
-
roy committed
Mar 18, 2021 Configuration menu - View commit details
-
Copy full SHA for d3b76f7 - Browse repository at this point
Copy the full SHA d3b76f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe097a4 - Browse repository at this point
Copy the full SHA fe097a4View commit details
Commits on Mar 20, 2021
-
Add Redis::zinter and Redis::zunion commands
Configuration menu - View commit details
-
Copy full SHA for d5cf52c - Browse repository at this point
Copy the full SHA d5cf52cView commit details
Commits on Mar 21, 2021
-
Merge pull request phpredis#1953 from sudo-plz/develop
Fix phpredis#1952 Incorrect PHP method info on the RedisCluster time method
Configuration menu - View commit details
-
Copy full SHA for 18fc12a - Browse repository at this point
Copy the full SHA 18fc12aView commit details
Commits on Mar 22, 2021
-
Pass compression flag when performing HMGET (phpredis#1945)
Without this, performing a HMGET call fails to decompress the data before returning it to php.
Configuration menu - View commit details
-
Copy full SHA for edc724e - Browse repository at this point
Copy the full SHA edc724eView commit details -
Fix ZSTD decompression on bad data.
ZSTD uses two defined error numbers to inform the caller when the compressed data is invalid (e.g. wrong magic number) or the size is unknown. We should always know the size so abort if ZSTD returns either to us. Fixes: phpredis#1936
Configuration menu - View commit details
-
Copy full SHA for c48b3a2 - Browse repository at this point
Copy the full SHA c48b3a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe9011d - Browse repository at this point
Copy the full SHA fe9011dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc6b37e - Browse repository at this point
Copy the full SHA cc6b37eView commit details
Commits on Mar 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c996ac3 - Browse repository at this point
Copy the full SHA c996ac3View commit details -
Fix PhpRedis session tests to soften timing issues
Rework the session locking unit tests to be less reliant on arbitrary sleep calls which can be very troublesome when running in Travis and especially when running in Travis under valgrind.
Configuration menu - View commit details
-
Copy full SHA for 4b13944 - Browse repository at this point
Copy the full SHA 4b13944View commit details -
Configuration menu - View commit details
-
Copy full SHA for d98b9f2 - Browse repository at this point
Copy the full SHA d98b9f2View commit details
Commits on Mar 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e67e1a1 - Browse repository at this point
Copy the full SHA e67e1a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3426c1 - Browse repository at this point
Copy the full SHA e3426c1View commit details
Commits on Mar 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c93eba4 - Browse repository at this point
Copy the full SHA c93eba4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21cce78 - Browse repository at this point
Copy the full SHA 21cce78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6da1758 - Browse repository at this point
Copy the full SHA 6da1758View commit details
Commits on Mar 26, 2021
-
Merge pull request phpredis#1957 from phpredis/issue-1956
Fix phpredis#1956 bad type usage on 32-bit
Configuration menu - View commit details
-
Copy full SHA for 8eed7c7 - Browse repository at this point
Copy the full SHA 8eed7c7View commit details
Commits on Apr 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b0b9dd7 - Browse repository at this point
Copy the full SHA b0b9dd7View commit details
Commits on Apr 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 446ceb2 - Browse repository at this point
Copy the full SHA 446ceb2View commit details
Commits on Apr 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6aa9c08 - Browse repository at this point
Copy the full SHA 6aa9c08View commit details
Commits on Apr 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 28de622 - Browse repository at this point
Copy the full SHA 28de622View commit details
Commits on Apr 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 37a9025 - Browse repository at this point
Copy the full SHA 37a9025View commit details
Commits on Apr 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3c40582 - Browse repository at this point
Copy the full SHA 3c40582View commit details
Commits on Apr 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a95384f - Browse repository at this point
Copy the full SHA a95384fView commit details
Commits on May 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f03092a - Browse repository at this point
Copy the full SHA f03092aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67a92c5 - Browse repository at this point
Copy the full SHA 67a92c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for eec2488 - Browse repository at this point
Copy the full SHA eec2488View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b67488 - Browse repository at this point
Copy the full SHA 3b67488View commit details -
Merge branch 'release/5.3.4' of github.com:phpredis/phpredis into dev…
…elop_simple_strings
Configuration menu - View commit details
-
Copy full SHA for d6d53be - Browse repository at this point
Copy the full SHA d6d53beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1869069 - Browse repository at this point
Copy the full SHA 1869069View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee32e4d - Browse repository at this point
Copy the full SHA ee32e4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c67fc5 - Browse repository at this point
Copy the full SHA 7c67fc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c42e48 - Browse repository at this point
Copy the full SHA 5c42e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 357f92e - Browse repository at this point
Copy the full SHA 357f92eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91ffdd5 - Browse repository at this point
Copy the full SHA 91ffdd5View commit details
Commits on May 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dac3831 - Browse repository at this point
Copy the full SHA dac3831View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa5210 - Browse repository at this point
Copy the full SHA 1aa5210View commit details
Commits on Aug 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 46b76e8 - Browse repository at this point
Copy the full SHA 46b76e8View commit details
Commits on Aug 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d593ad1 - Browse repository at this point
Copy the full SHA d593ad1View commit details