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
+7-1
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,17 @@
1
1
Changelog
2
2
=========
3
3
4
+
## v.2.4.1 - 25 Nov, 2015
5
+
6
+
Bugfixes
7
+
8
+
- Fixed a js parser regression introduced in 2.4.0 ([@BridgeAR](https://github.com/BridgeAR))
9
+
4
10
## v.2.4.0 - 25 Nov, 2015
5
11
6
12
Features
7
13
8
-
- Added `tls` option to iniate a connection to a redis server behind a TLS proxy. Thanks ([@paddybyers](https://github.com/paddybyers))
14
+
- Added `tls` option to initiate a connection to a redis server behind a TLS proxy. Thanks ([@paddybyers](https://github.com/paddybyers))
9
15
- Added `prefix` option to auto key prefix any command with the provided prefix ([@luin](https://github.com/luin) & [@BridgeAR](https://github.com/BridgeAR))
10
16
- Added `url` option to pass the connection url with the options object ([@BridgeAR](https://github.com/BridgeAR))
11
17
- Added `client.duplicate([options])` to duplicate the current client and return a new one with the same options ([@BridgeAR](https://github.com/BridgeAR))
0 commit comments