File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
### Fixed
5
- - Fixed PHP 8.4 compatibility with ` stream_context_set_option() `
5
+ - Fixed PHP 8.4 compatibility with ` stream_context_set_option() ` (#1503 )
6
+ - Prevent named arguments runtime failure (#1509 )
7
+ - Mark GEOSEARCH as read-only to ensure execution on replica (#1481 )
8
+ - Fix eval_ro cluster support (#1449 )
9
+
10
+ ### Changed
11
+ - Use parallel on PHP-CS-Fixer (#1489 )
12
+ - Update watch command accepting string and string[ ] (#1476 )
13
+ - Optimize redis cluster slotmap with compact slot range object (#1493 )
14
+
15
+ ### Added
16
+ - Added testing with 8.0 (#1510 )
17
+ - Added test coverage for compatibility with Redis 8.0 (#1513 )
18
+ - Added missing FT._ LIST and BITFIELD_RO commands (#1521 )
19
+ - Added new hash-field expiration commands (#1520 )
6
20
7
21
## v2.3.0 (2024-11-21)
8
22
### Added
You can’t perform that action at this time.
0 commit comments