1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00
This commit is contained in:
Ruben Bridgewater
2015-10-14 01:12:41 +02:00
parent 60e9d0fdd6
commit a408235a38
2 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,16 @@
Changelog
=========
## v.2.2.2 - 14 Oct, 2015
Bugfixes
- Fix regular commands not being executed after a .multi until .exec was called ([@BridgeAR](https://github.com/BridgeAR))
## v.2.2.1 - 12 Oct, 2015
No code change
## v.2.2.0 - 12 Oct, 2015 - The peregrino falcon
The peregrino falcon is the fasted bird on earth and this is what this release is all about: Increased performance for heavy usage by up to **400%** [sic!] and increased overall performance for any command as well. Please check the benchmarks in the [README.md](README.md) for further details.

View File

@@ -1,6 +1,6 @@
{
"name": "redis",
"version": "2.2.1",
"version": "2.2.2",
"description": "Redis client library",
"keywords": [
"database",