IN PROGRESS
You can:
$ gem install memory_dictionary
Or just add it to your Gemfile
gem 'memory_dictionary', '~> 1.0'Check the specs
You should check the factories to learn what you need to build your objects, and the tests to learn how to use them. But hey, we have docs right here.
- Binary search;
- Redis backend;
- Postgres backend;
- HTTP (webservice) interface - so you don't need to be coding Ruby to use it!;
Just fork MemoryDictionary, add your feature+spec, and make a pull request. DO NOT mess up with the version file though.
This is an opensource project so don't expect premium support, but don't be shy, post any troubles you're having in the Issues page and we'll do what we can to help.
Please see LICENSE for licensing details.

