- ZINTERSTORE and ZUNIONSTORE now work with sets.
- BITCOUNT
- Bugfix: Correctly escape special characters in pattern matcher
- SCAN, SSCAN, HSCAN, ZSCAN
- Bugfix: correct response formatting for zeros in bulk replies
- Bugfix: WATCH for keys that do not yet exist.
- Added extended SET parameters [EX/PX/NX/XX]
- Support for
detect_buffers
andreturn_buffers
.
- Bugfix: client.end() throws.
- Bugfix: LREM 0 did nothing, must remove all matching elements.
- Support for SELECT.
- You can now opt out of the excessive fake client latency.
- Compatibility with node_redis >= 0.8
- Bugfix: LREM throws against nonexisting keys.
- Bugfix: toString() is globally polluted.