lml / lev

Ride the rails but don't touch them.
MIT License
2 stars 6 forks source link

Added Lev::RedisStore #35

Closed Dantemss closed 9 years ago

Dantemss commented 9 years ago

We could also, instead, just change the Lev::MemoryStore to have the same API as the ::Redis::Store and use that directly.

jpslav commented 9 years ago

Lev already supports any ActiveSupport::Cache::Store (e.g. https://github.com/redis-store/redis-activesupport or https://github.com/redis-store/redis-rails). Is that good enough?

Dantemss commented 9 years ago

Closing