An adapter for LuckyCache to store data in Redis.
-
Add the dependency to your
shard.yml
:dependencies: lucky_cache: github: luckyframework/lucky_cache lucky_cache_redis_store: github: luckyframework/lucky_cache_redis_store
-
Run
shards install
require "lucky_cache_redis_store"
TODO: Write usage instructions here
TODO: Write development instructions here
- Fork it (https://github.com/your-github-user/lucky_cache_redis_store/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- your-name-here - creator and maintainer