redis-store alternatives and similar gems
Based on the "Caching" category.
Alternatively, view redis-store alternatives based on common mentions on social networks and blogs.
-
IdentityCache
IdentityCache is a blob level caching solution to plug into Active Record. Don't #find, #fetch! -
Second Level Cache
Write Through and Read Through caching library inspired by CacheMoney and cache_fu, support ActiveRecord 4, 5 and 6. -
rails-brotli-cache
Drop-in enhancement for Rails cache, offering better performance and compression with Brotli algorithm -
ActiveModelCachers
Simply cache whatever you want by using cachers which will help you maintain cached objects and expire them when they are changed.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of redis-store or a related project?
README
Redis stores for Ruby frameworks
Redis Store provides a full set of stores (Cache, I18n, Session, HTTP Cache) for modern Ruby frameworks like: Ruby on Rails, Sinatra, Rack, Rack::Cache and I18n. It supports object marshalling, timeouts, single or multiple nodes, and namespaces.
Please check the README file of each gem for usage and installation guidelines.
Redis Installation
Option 1: Homebrew
MacOS X users should use Homebrew to install Redis:
brew install redis
Option 2: From Source
Download and install Redis from the download page and follow the instructions.
Running tests
git clone git://github.com/redis-store/redis-store.git
cd redis-store
bundle install
bundle exec rake
If you are on Snow Leopard you have to run env ARCHFLAGS="-arch x86_64" ruby ci/run.rb
Contributors
https://github.com/redis-store/redis-store/graphs/contributors
Versioning
The redis-store family of gems uses Semantic Versioning, meaning gems depending on redis-store can be reliably inclusive of any version between the current and the next major. We recommend the following dependency in your library's gemspec:
s.add_dependency 'redis-store', '>= 1.4', '< 2'
Status
Copyright
2009 - 2013 Luca Guidi - http://lucaguidi.com, released under the MIT license.
*Note that all licence references and agreements mentioned in the redis-store README section above
are relevant to that project's source code only.