Skip to content

Commit 32a5e1d

Browse files
author
Ruben Bridgewater
committed
Add changelog entries
1 parent b91692e commit 32a5e1d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
Changelog
22
=========
33

4-
## v.2.x.x - xx Nov, 2015
4+
## v.2.4.0 - xx Nov, 2015
5+
6+
Features
7+
8+
- Added `tls` option to iniate a connection to a redis server behind a TLS proxy. Thanks ([@paddybyers](https://github.com/paddybyers)
9+
- Added a *url* option to pass the connection url with the options object ([@BridgeAR](https://github.com/BridgeAR)
10+
- Added `client.duplicate([options])` to duplicate the current client and return a new one with the same options ([@BridgeAR](https://github.com/BridgeAR)
11+
- Improve performance by up to 20% on almost all use cases ([@BridgeAR](https://github.com/BridgeAR)
512

613
Bugfixes
714

test/node_redis.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ describe("The node_redis client", function () {
3030
var client;
3131

3232
afterEach(function () {
33-
// Explicitly ignore still running commands
3433
client.end(true);
3534
});
3635

0 commit comments

Comments
 (0)