Releases: amphp/redis
Releases · amphp/redis
1.0.0 RC1
Note: This is a pre-release, there might be breaking changes in the final stable version.
- Changed to human readable names in favor of direct redis command names
- Merged
Mutex
implementation fromkelunik/redis-mutex
- Added type declarations where possible
- Separated high-level commands from low-level raw
QueryExecutor
- Added support for
redis://
URIs
0.3.5
0.3.4
0.3.6
0.3.3
0.3.2
0.3.1
0.3.0
0.2.5
0.2.4
- Deprecate options array, use query string parameters instead, see documentation.
- Ensure only scalar values can be sent and arrays and objects are rejected.