No commit activity in last 3 years
No release in over 3 years
Overrides the persistence store for netzke to store configuration values persistent in redis scoped by users id.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.3, < 5
 Project Readme

netzke-redis-persistence

Implementation of netzke-persistence with redis as data store.

Installation

Add this to your Gemfile and run bundle install

gem 'netzke-redis-persistence'

Don't forget to install the redis server.

Configuration

If you are not using redis on localhost you can override the connection with an initializer:

NetzkeRedisPersistence.configure do |config| config.redis_connection = Redis.new end