diff --git a/README.md b/README.md index 423bdaa..9860be0 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,22 @@ javascript. - Mocha tests for all supported commands. - Browser testing and compatibility determination. * 1.0.0 + - Support for different versions of mock redis that mimic different + redis versions. - Support for multiple mock redis instances. - Support for migrating data between mock redis instances. + - Support for persisting a mock redis instance. * 2.0.0 - Support for migrating data from a mock redis instance to a real redis instance. - - ? + - HyperLogLog support. ## Versions +* 0.0.3 + - Set, sorted set, and hash support. + - Unit tests for implemented list, set, and sorted set commands. + - Bug squashes. * 0.0.2 - Transaction support that works. - Bug squashes. @@ -30,3 +37,4 @@ javascript. - DEPRECATED - Initial implementation. - Numerous bugs. + - Incomplete commands. diff --git a/package.json b/package.json index b835270..ce7a3a5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "git://github.com/wilkenstein/redis-mock-js.git" }, "main": "redis-mock.js", - "version": "0.0.2", + "version": "0.0.3", "devDependencies": { "docco": "*", "chance": "0.6.1", diff --git a/plato/files/redis_mock_js/index.html b/plato/files/redis_mock_js/index.html index c74bdab..8ab47d0 100644 --- a/plato/files/redis_mock_js/index.html +++ b/plato/files/redis_mock_js/index.html @@ -45,11 +45,11 @@