Low commit activity in last 3 years
A long-lived project that still receives updates
An easy way to retrieve session data store in redis via the redis-store gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 3.0
 Project Readme

#Redis Session Retrieve Build Status

The itch to scratch.

A number of applications need to share session information.

  1. Application managing session information uses redis-store gem to control flow of information related to session.

  2. Secondary applications retrieve session data from session store.

How do I use it.

  1. Setup the retrievel library by normal means. (the default should default redis configuration, database 0)

  2. Find session data via the session id.