You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,16 @@
2
2
3
3
## v2.2.0 (2023-06-14)
4
4
5
+
Predis v2.2.0 introduces official support for [Redis Stack](https://redis.io/docs/stack/) as well as a [Relay](https://github.com/cachewerk/relay) integration for substantially [faster read performance](https://github.com/predis/predis/wiki/Using-Relay).
6
+
5
7
### Added
6
8
- Added support for [Relay](https://github.com/predis/predis/wiki/Using-Relay) (#1263)
7
9
- Added support for `FCALL_RO` command (#1191)
8
10
- Added support for Redis `JSON`, `Bloom`, `Search` and `TimeSeries` module (#1253)
9
11
- Added support for `ACL SETUSER, GETUSER, DRYRUN` commands (#1193)
10
12
11
13
### Changed
12
-
- Minor code style and typehint changes (#1311)
14
+
- Minor code style and type-hint changes (#1311)
13
15
14
16
### Fixed
15
17
- Fixed prefixes for `XTRIM` and `XREVRANGE` commands (#1230)
0 commit comments