Stash 1.0.0: persistent Ruby data structures with Redis

Stash provides a high-level, abstract interface to data structures
servers
like Redis, allowing you to store strings, lists, and hashes in a
persistent
manner.

GitHub - tarcieri/stash: Abstract interface to data structure servers (Redis for now, Membase, Memcache, and maybe Kestrel later)
https://github.com/tarcieri/stashstash | RubyGems.org | your community gem host

Stash 1.0.0 fixes all known bugs from the past release and also provides
thread safety, allowing multithreaded applications to access the Stash
simultaneously.