Skip to content

Releases: stipsan/ioredis-mock

v1.1.1

15 Jun 07:56
Compare
Choose a tag to compare
  • #30 Fix regression in v1.1.0 that broke the whole module (sorry!).

v1.1.0

14 Jun 20:05
Compare
Choose a tag to compare
  • refactored to Bluebird promises.
  • node style callbacks supported, like in ioredis.
  • added del and decr.

v1.0.6

14 Jun 17:32
Compare
Choose a tag to compare
  • added compat table.
  • added npm preversion and prepublish scripts to prevent easy maintenance mistakes.

v1.0.5

14 Jun 08:54
Compare
Choose a tag to compare
  • updated readme

v1.0.4

12 Jun 13:38
Compare
Choose a tag to compare
  • 100% test coverage
  • srem and sadd accepts multiple items
  • added set and get commands

v1.0.3

10 Jun 13:54
Compare
Choose a tag to compare
  • setup CircleCI to cover latest stable node releases.
  • incr didn't persist changes to data.

v1.0.2

09 Jun 22:41
Compare
Choose a tag to compare
  • 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

09 Jun 19:35
Compare
Choose a tag to compare
  • lodash was missing in the package.json dependencies
  • fixes to documentation
  • added tonicExample

Initial release

09 Jun 09:40
Compare
Choose a tag to compare

Supported operations:

  • Integers
    • incr
  • Hashing
    • hset
    • hget
    • hgetall
    • hsetnx
    • hmset
    • hvals
  • Lists
    • sadd
    • srem
    • smembers
    • sismember
  • Transaction
    • multi
    • exec