We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80eb7b3 commit 4923b04Copy full SHA for 4923b04
CHANGELOG.md
@@ -1,6 +1,18 @@
1
## Changelog
2
3
4
+### v2.33.0
5
+
6
+- minimum Go version is now 1.17
7
+- fix integer overflow (thanks @wszaranski)
8
+- test against the last BSD redis (7.2.4)
9
+- ignore 'redis.set_repl()' call (thanks @TingluoHuang)
10
+- various build fixes (thanks @wszaranski)
11
+- add StartAddrTLS function (thanks @agriffaut)
12
+- support for the NOMKSTREAM option for XADD (thanks @Jahaja)
13
+- return empty array for SRANDMEMBER on nonexistent key (thanks @WKBae)
14
15
16
### v2.32.1
17
18
- support for SINTERCARD (thanks @s-barr-fetch)
0 commit comments