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 59c71f4 commit 08e1346Copy full SHA for 08e1346
CHANGELOG.md
@@ -3,6 +3,11 @@
3
* Added debug log sanitization (#428)
4
* Added support for `pfadd`, `pfcount`, and `pfmerge` commands to support
5
HyperLogLog (Redis 2.8.9, #432)
6
+* Added support for `bitpos` command (Redis 2.9.11, #412)
7
+* Added support for automatically reconnecting in forked child (#414)
8
+* Added MRI Ruby 2.1.0 to CI
9
+* Fix truncation of meaningful information in certain timeouts (#430)
10
+* Fix handling of connection retries that could result in retry loop (#415)
11
12
# 3.0.7
13
0 commit comments