{"id":21069519,"url":"https://github.com/wolny/rack-session-redis","last_synced_at":"2026-04-29T13:35:09.109Z","repository":{"id":18294991,"uuid":"21467991","full_name":"wolny/rack-session-redis","owner":"wolny","description":"Provides simple cookie based session management, with the session data stored in Redis","archived":false,"fork":false,"pushed_at":"2014-07-10T10:52:45.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-07T17:19:28.840Z","etag":null,"topics":["rack","redis","ruby","sessionservice"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wolny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-03T15:43:00.000Z","updated_at":"2014-07-03T15:45:54.000Z","dependencies_parsed_at":"2022-09-07T07:30:20.082Z","dependency_job_id":null,"html_url":"https://github.com/wolny/rack-session-redis","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolny%2Frack-session-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolny%2Frack-session-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolny%2Frack-session-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolny%2Frack-session-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wolny","download_url":"https://codeload.github.com/wolny/rack-session-redis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243510953,"owners_count":20302476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rack","redis","ruby","sessionservice"],"created_at":"2024-11-19T18:35:57.591Z","updated_at":"2026-04-29T13:35:04.047Z","avatar_url":"https://github.com/wolny.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rack::Session::Redis\n\n*Rack::Session::Redis::SessionService* provides simple cookie based session management.\nSession data is stored in Redis and the corresponding session key is maintained in the cookie.\nYou may treat SessionService as you would Rack::Session::Pool.\n\nYou can use all options supported by *Rack::Session::Abstract::ID*.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'rack-session-redis'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rack-session-redis\n\n## Usage\n\n```\nuse Rack::Session::Redis::SessionService, \n    key: 'my_session_key',\n    domain: 'example.com',\n    path: '/',\n    expire_after: 3600,\n    redis_options: {host: 'redis-master.example.com', port: 6379, db: 13},\n    key_prefix: 'my:session:'\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolny%2Frack-session-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolny%2Frack-session-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolny%2Frack-session-redis/lists"}