Last Updated: February 25, 2016
·
592
· hopsoft

Keep your stack simple with a zero config in-memory caching solution

Coin is an absurdly simple in memory object caching system written in Ruby. Coin uses DRb to provide a zero config shared cache for multiple processes on the same machine. It's similar to Memcached style solutions but doesn't introduce complexity to your stack.

https://github.com/hopsoft/coin