Sha256: 25ec676b9623a9925f6e47b17f6dfdffaa4507082a1a28d117cd254b8279b6d1
Contents?: true
Size: 759 Bytes
Versions: 2
Compression:
Stored size: 759 Bytes
Contents
# Redis store with CAS for ActiveSupport __`redis-activesupport-with-cas`__ provides a cache for __ActiveSupport__ including 'Compare and Swap' methods. It is based on [redis-store](https://github.com/redis-store/redis-store) and may used with [Identity Cache](https://github.com/Shopify/identity_cache). ## Installation ```ruby # Gemfile gem 'redis-activesupport-with-cas' ``` ## Usage ```ruby ActiveSupport::Cache.lookup_store :redis_store_with_cas # { ... optional configuration ... } ``` ## Running tests ```shell gem install bundler git clone https://git.alwin-it.de/ruby-redis/redis-activesupport-with-cas.git cd redis-activesupport-with-cas bundle install bundle exec rake ``` ## Copyright 2017 Rajko Albrecht, released under the MIT license
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redis-activesupport-with-cas-0.0.2 | README.md |
redis-activesupport-with-cas-0.0.1 | README.md |