Skip to content

Releases: wilkenstein/redis-mock-js

0.0.8-1

24 Mar 16:37
Compare
Choose a tag to compare
  • Set diff, inter, and union performance improvements.
  • 1st implementation of load testing.

0.0.8

24 Mar 16:36
Compare
Choose a tag to compare
  • Implement all set commands, including sscan.
  • Unit test all set commands.

0.0.7-1

24 Mar 16:36
Compare
Choose a tag to compare
  • lrange fix for negative indices.

0.0.7

24 Mar 16:36
Compare
Choose a tag to compare
  • All string commands implemented.
  • Better unit tests.
  • Automatically generate and test a minified redis-mock.

0.0.6

24 Mar 16:36
Compare
Choose a tag to compare
  • Implement more commands.
  • Implement more unit tests.

0.0.5

24 Mar 16:35
Compare
Choose a tag to compare
  • Full browser testing capabilities.
  • All redis commands "un"-implemented.
  • Added way to see implemented vs unimplemented commands.
  • More unit tests and more implementations.

0.0.3

24 Mar 16:34
Compare
Choose a tag to compare
  • DEPRECATED
  • Set, sorted set, and hash support.
  • Unit tests for implemented list, set, and sorted set commands.
  • Bug squashes.