Releases: flownative/flow-redis-sentinel
Releases · flownative/flow-redis-sentinel
v1.2.0
What's Changed
- Convert from library to Flow package by @robertlemke in #19
- Introduce CLI commands for debugging and testing by @robertlemke in #20
Full Changelog: v1.1.1...v1.2.0
v1.1.1
v1.1.0
v1.0.0
What's Changed
- Drop Flow 5.x support and require PHP 7.4 or higher by @robertlemke in #8
- !!! BUGFIX: Prefix keys with application context by @daniellienert in #3
- lrem changed parameter order by @robertlemke in #9
- BUGFIX: Fix lrem parameter order by @daniellienert in #4
- TASK: Copy over the functional tests from the original redis adapter by @daniellienert in #5
- BUGFIX: Do not pass null key to has by @daniellienert in #6
- Make Redis port configurable for functional tests by @robertlemke in #11
- TASK: Use scan instead of a list of elements by @robertlemke in #10
- Clean up code and fix PHP 8 related warnings by @robertlemke in #12
- !!! Require Redis 5.0 or later by @robertlemke in #13
- Upgrade to predis/predis 2.0 by @robertlemke in #14
- Log any errors in Redis Backend by @robertlemke in #15
New Contributors
- @robertlemke made their first contribution in #8
Full Changelog: 0.2.3...v1.0.0
0.2.3
Full Changelog: 0.2.2...0.2.3
0.2.2
Merge pull request #1 from daniellienert/patch-1 TASK: Declare compatibility to Flow 7.0