-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Comparing changes
Open a pull request
base repository: phpredis/phpredis
base: 6.2.0
head repository: phpredis/phpredis
compare: develop
- 13 commits
- 19 files changed
- 7 contributors
Commits on Mar 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 300c5fb - Browse repository at this point
Copy the full SHA 300c5fbView commit details
Commits on Mar 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 52e2b8a - Browse repository at this point
Copy the full SHA 52e2b8aView commit details
Commits on Mar 26, 2025
-
cleanup session temp file (#2641)
* cleanup session temp file * Fix Deprecated: Automatic conversion of false to array
Configuration menu - View commit details
-
Copy full SHA for 3828c92 - Browse repository at this point
Copy the full SHA 3828c92View commit details
Commits on Mar 27, 2025
-
New option 'database' for Redis class constructor (#2597)
* New option 'database' for Redis class constructor Selecting database is very common action after connecting to Redis. This simplifies lazy connecting to Redis, when requested database will be selected after first command. * More specific exception message when invalid auth or database number is provided Before it was just 'Redis server went away' * Rename reselect_db method to redis_select_db and slightly optimise it
Configuration menu - View commit details
-
Copy full SHA for 4f6a3ed - Browse repository at this point
Copy the full SHA 4f6a3edView commit details
Commits on Mar 31, 2025
-
Refactor
getWithMeta
logic (#2643)* Refactor `getWithMeta` * Consolidate `getWithMeta()` test. * Review comments
Configuration menu - View commit details
-
Copy full SHA for 0445e68 - Browse repository at this point
Copy the full SHA 0445e68View commit details
Commits on Apr 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 60ca48f - Browse repository at this point
Copy the full SHA 60ca48fView commit details
Commits on Apr 2, 2025
-
Simplify redis_unpack method calling
This method always unpack given string to zval, so it is not necessary to check output value
Configuration menu - View commit details
-
Copy full SHA for 0a85bd8 - Browse repository at this point
Copy the full SHA 0a85bd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5208818 - Browse repository at this point
Copy the full SHA 5208818View commit details
Commits on Apr 5, 2025
-
New macros REDIS_RESPONSE_ERROR and REDIS_RETURN_ZVAL
Deduplicate code that is used in many methods. Also optimise adding new element to array in pipeline mode and returning zval in atomic mode
Configuration menu - View commit details
-
Copy full SHA for 614b86e - Browse repository at this point
Copy the full SHA 614b86eView commit details
Commits on Apr 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3c64b33 - Browse repository at this point
Copy the full SHA 3c64b33View commit details
Commits on Apr 20, 2025
-
Broaden return type for Redis::hGetAll
`Redis::hGetAll()` returns an array indexed by `string`s and/or `int`s depending on the values in the hash set. The function in the PHP stub was annotated as though the array were keyed only by strings, which is tighter than reality.
Configuration menu - View commit details
-
Copy full SHA for bfbab89 - Browse repository at this point
Copy the full SHA bfbab89View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7a97e5 - Browse repository at this point
Copy the full SHA b7a97e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b48aa0d - Browse repository at this point
Copy the full SHA b48aa0dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6.2.0...develop