codenoble / cache-crispies

Speedy Rails JSON serialization with built-in caching
MIT License
156 stars 14 forks source link

Memcache support #13

Closed adamcrown closed 4 years ago

adamcrown commented 4 years ago

Support caching with Memcache, not just Redis

adamcrown commented 4 years ago

Memcache should be supported out of the box if we continue to use ActiveSupport::Cache::Store compatible stores.