UNPKG

485 BMarkdownView Raw
1Changelog
2=========
3
4## v0.1.5 - April 22, 2014
5
6* Bugfix: client.end() throws.
7
8## v0.1.3 - November 23, 2013
9
10* Bugfix: LREM 0 did nothing, must remove all matching elements.
11
12## v0.1.2 - November 14, 2013
13
14* Support for SELECT.
15
16## v0.1.1 - February 25, 2013
17
18* You can now opt out of the excessive fake client latency.
19
20## v0.1.0 - February 23, 2013
21
22* Compatibility with node_redis >= 0.8
23* Bugfix: LREM throws against nonexisting keys.
24* Bugfix: toString() is globally polluted.