Wòch
Yet a simple in-memory key/value storage module
Getting Started
Install the module with: npm install woch
Usage
Require module.
var Woch = ;
Store/set item
Woch;Woch;
Retrieve/get item
Woch;Woch;
Retrieve/get all items
Woch;
Test key
Woch;
Get item at index
Woch;
Remove/delete item
Woch;Woch;
Remove/delete all items
Wochclear;
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Release History
2013-09-06: v0.1.0 - initial version
License
Copyright (c) 2013 Leny Licensed under the MIT license.