Skip to content

Releases: wilkenstein/redis-mock-js

0.0.12-6

09 Jun 17:53
Compare
Choose a tag to compare
  • Merge pull request #11 from jpodwys/master. Fixing a bug that prevented arrays from being passed to .mget().

0.0.12-5

09 Jun 17:52
Compare
Choose a tag to compare
  • Implement flushall. Currently, it only calls flushdb since we only support 1 database in redis-mock.

0.0.12-4

09 Jun 17:51
Compare
Choose a tag to compare
  • Merge PR #8 to support deleting arrays in the del command.

0.0.12-2

09 Jun 17:51
Compare
Choose a tag to compare
  • Bug fix for createClient when using toNodeRedis.
  • Merge PR #7 to support hash objects and other node_redis compability issues.

0.0.12-1

09 Jun 17:50
Compare
Choose a tag to compare
  • Bug fix for zrevrange and zadd commands.

0.0.12

09 Jun 17:50
Compare
Choose a tag to compare
  • Implement transactions in earnest.
  • Implement scan command.
  • Expand unit tests for transactions.
  • Basic unit testing for the scan command.

0.0.11-5

24 Mar 16:40
Compare
Choose a tag to compare
  • Bug fix in srandmember to work correctly with the count option.

0.0.11-4

24 Mar 16:40
Compare
Choose a tag to compare
  • Implement blpop/brpop/brpoplpush list commands.
  • Unit tests for all list commands.

0.0.11-3

24 Mar 16:40
Compare
Choose a tag to compare
  • Bug fix for smove command.

0.0.11-2

24 Mar 16:39
Compare
Choose a tag to compare
  • Implement pub/sub in earnest.
  • Unit test pub/sub.