Skip to content

Commit a408235

Browse files
author
Ruben Bridgewater
committed
v.2.2.2
1 parent 60e9d0f commit a408235

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

changelog.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
## v.2.2.2 - 14 Oct, 2015
5+
6+
Bugfixes
7+
8+
- Fix regular commands not being executed after a .multi until .exec was called ([@BridgeAR](https://github.com/BridgeAR))
9+
10+
## v.2.2.1 - 12 Oct, 2015
11+
12+
No code change
13+
414
## v.2.2.0 - 12 Oct, 2015 - The peregrino falcon
515

616
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.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redis",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Redis client library",
55
"keywords": [
66
"database",

0 commit comments

Comments
 (0)