You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
Add changelog entries
This commit is contained in:
@@ -1,7 +1,14 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
## v.2.x.x - xx Nov, 2015
|
## v.2.4.0 - xx Nov, 2015
|
||||||
|
|
||||||
|
Features
|
||||||
|
|
||||||
|
- Added `tls` option to iniate a connection to a redis server behind a TLS proxy. Thanks ([@paddybyers](https://github.com/paddybyers)
|
||||||
|
- Added a *url* option to pass the connection url with the options object ([@BridgeAR](https://github.com/BridgeAR)
|
||||||
|
- Added `client.duplicate([options])` to duplicate the current client and return a new one with the same options ([@BridgeAR](https://github.com/BridgeAR)
|
||||||
|
- Improve performance by up to 20% on almost all use cases ([@BridgeAR](https://github.com/BridgeAR)
|
||||||
|
|
||||||
Bugfixes
|
Bugfixes
|
||||||
|
|
||||||
|
@@ -30,7 +30,6 @@ describe("The node_redis client", function () {
|
|||||||
var client;
|
var client;
|
||||||
|
|
||||||
afterEach(function () {
|
afterEach(function () {
|
||||||
// Explicitly ignore still running commands
|
|
||||||
client.end(true);
|
client.end(true);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user