Skip to content

Releases: stipsan/ioredis-mock

v1.10.0

01 Oct 17:13
Compare
Choose a tag to compare

Features

  • added renamenx command (#152)

v1.9.0

26 Sep 14:05
Compare
Choose a tag to compare

Features

Misc

v1.8.0

13 Aug 11:43
Compare
Choose a tag to compare

Features

Fixes

Misc

v1.7.0

02 Aug 12:44
Compare
Choose a tag to compare

Features

Misc

v1.6.0

04 Jul 14:22
Compare
Choose a tag to compare

Features

  • added setnx command

Bugfixes

  • hsetnx would report '0' to signal the key was a no-op but in reality did change the existing value.

v1.5.0

28 Jun 08:43
Compare
Choose a tag to compare

Features

  • added strlen command (#53)
  • added hdel command (#54)
  • added hexists command (#55)
  • added hincrby command (#56)
  • added hstrlen command (#57)

Documentation

  • Added a note about tonicdev to readme (#52)

v1.4.1

27 Jun 21:20
Compare
Choose a tag to compare

Minor changes

  • updated istanbul devDependency

v1.4.0

26 Jun 17:18
Compare
Choose a tag to compare

Features

  • added hmget command
  • added rename command
  • added append command

Bugfixes

  • performance penalties for using delete (#45)

v1.3.0

20 Jun 22:42
Compare
Choose a tag to compare

Features

  • added exists command.
  • added time command.
  • added getset command.

v1.2.0

15 Jun 22:34
Compare
Choose a tag to compare

Features

  • added incrby and decrby commands (#34).

Documentation

  • compat.md now links to redis docs for easy lookup.