Releases: stipsan/ioredis-mock
Releases · stipsan/ioredis-mock
v1.1.1
- #30 Fix regression in v1.1.0 that broke the whole module (sorry!).
v1.1.0
- refactored to Bluebird promises.
- node style callbacks supported, like in ioredis.
- added del and decr.
v1.0.6
- added compat table.
- added npm preversion and prepublish scripts to prevent easy maintenance mistakes.
v1.0.4
- 100% test coverage
- srem and sadd accepts multiple items
- added set and get commands
v1.0.3
- setup CircleCI to cover latest stable node releases.
- incr didn't persist changes to data.
v1.0.2
- Setup travis CI and AppVeyor integrations.
- Added tests for exec, hget, hset, hsetnx and incr.
- Setup coveralls and codeclimate integrations.
- Fixed broken hset implementation.
v1.0.1
- lodash was missing in the package.json dependencies
- fixes to documentation
- added tonicExample
Initial release
Supported operations:
- Integers
- Hashing
- hset
- hget
- hgetall
- hsetnx
- hmset
- hvals
- Lists
- sadd
- srem
- smembers
- sismember
- Transaction