forked from ecin/adapter
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
jnunemaker edited this page Nov 16, 2012
·
7 revisions
Adapter provides a simple way to adapt a client to a shared interface -- read, write, delete, and clear.
gem install adapter
A simple memory adapter (ruby hash) is included in the adapter gem. There are also several other adapters that exist in the wild:
- Cassanity - For use with cassandra through cassanity which wraps cassandra-cql.
- Mongo
- Memcached
- Redis
- Riak
- Cassandra
- Maglev
- Postgres
- Git
- SimpleDB
- Ruby 1.8.7 and Ruby 1.9.3 (specs are run against each before releases)