TravelAdapter Build Status

TravelAdapter is a wrapper around some of the most popular key-value stores that can be used for caching. It provides a common interface for any string-string mapping objects. It does handles marshaling and unmarshaling of non-string values as well as key expiration. This is all transparent to the end user who only needs to mind the public API exposed by the gem.

Documentation

Please see documentation to see the library's public API. All public methods are also fully tested so you can see the unit test for usage guidelines.

Parting words

I created the gem (including documentation) just for my(future)self. If you want to contribute or need more hand-holding, please let me know.