File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
# 3.1.x (unreleased)
2
2
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 support for expert-mode option ` inherit_socket ` , which disables
9
- fork-safety check and enables a socket to be shared with a child
10
- process ( # 409 )
11
- * Added MRI Ruby 2.1.0 to CI
12
- * Fix truncation of meaningful information in certain timeouts ( # 430 )
13
- * Fix handling of connection retries that could result in retry loop ( # 415 )
3
+ * Added debug log sanitization (#428 ).
4
+
5
+ * Added support for HyperLogLog commands (Redis 2.8.9, #432 ).
6
+
7
+ * Added support for ` BITPOS ` command (Redis 2.9.11, # 412 ).
8
+
9
+ * The client will now automatically reconnect after a fork ( # 414 ).
10
+
11
+ * If you want to disable the fork-safety check and prefer to share the
12
+ connection across child processes, you can now pass the ` inherit_socket `
13
+ option ( # 409 ).
14
14
15
15
# 3.0.7
16
16
You can’t perform that action at this time.
0 commit comments