We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331f847 commit 7159843Copy full SHA for 7159843
CHANGELOG.md
@@ -1,7 +1,17 @@
1
## Changelog
2
3
4
+### v2.30.0
5
+
6
+- implement redis 7.0.x (from 6.X). Main changes:
7
+ - test against 7.0.7
8
+ - update error messages
9
+ - support nx|xx|gt|lt options in [P]EXPIRE[AT]
10
+ - update how deleted items are processed in pending queues in streams
11
12
13
### v2.23.1
14
15
- resolve $ to latest ID in XREAD (thanks @josh-hook)
16
- handle disconnect in blocking functions (thanks @jgirtakovskis)
17
- fix type conversion bug in redisToLua (thanks Sandy Harvie)
0 commit comments