{"id":18104377,"url":"https://github.com/springmt/rack_session_redis_store","last_synced_at":"2025-07-28T09:36:38.321Z","repository":{"id":56890234,"uuid":"6825937","full_name":"SpringMT/rack_session_redis_store","owner":"SpringMT","description":null,"archived":false,"fork":false,"pushed_at":"2013-01-22T09:56:10.000Z","size":135,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-25T14:20:39.437Z","etag":null,"topics":[],"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/SpringMT.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":"2012-11-23T10:35:58.000Z","updated_at":"2013-12-06T20:04:26.000Z","dependencies_parsed_at":"2022-08-20T16:00:54.561Z","dependency_job_id":null,"html_url":"https://github.com/SpringMT/rack_session_redis_store","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringMT%2Frack_session_redis_store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringMT%2Frack_session_redis_store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringMT%2Frack_session_redis_store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringMT%2Frack_session_redis_store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpringMT","download_url":"https://codeload.github.com/SpringMT/rack_session_redis_store/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247441062,"owners_count":20939239,"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":[],"created_at":"2024-10-31T22:14:42.562Z","updated_at":"2025-04-06T06:15:06.968Z","avatar_url":"https://github.com/SpringMT.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RackSessionRedisStore [![Build Status](https://travis-ci.org/SpringMT/rack_session_redis_store.png)](https://travis-ci.org/SpringMT/rack_session_redis_store)\n\nRackSessionRedisStore is to manage session using redis.\n\n## Usage\nFor Rails.\n\nIn config/initializers/session_store.rb\n\n~~~\n# Be sure to restart your server when you modify this file.\nrequire 'session/redis'\nCowork::Application.config.session_store RackSessionRedisStore::Session, key: '_session', host: '127.0.0.1'\n\n# Use the database for sessions instead of the cookie-based default,\n# which shouldn't be used to store highly confidential information\n# (create the session table with \"rails generate session_migration\")\n# Cowork::Application.config.session_store :active_record_store\n~~~\n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'rack_session_redis_store'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rack_session_redis_store\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringmt%2Frack_session_redis_store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspringmt%2Frack_session_redis_store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringmt%2Frack_session_redis_store/lists"}