{"id":16660435,"url":"https://github.com/killme2008/ring-session-memcached","last_synced_at":"2025-04-09T18:43:08.012Z","repository":{"id":2235454,"uuid":"3189341","full_name":"killme2008/ring-session-memcached","owner":"killme2008","description":"Ring sessions stored in memcached","archived":false,"fork":false,"pushed_at":"2012-01-16T12:43:18.000Z","size":96,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T20:43:46.083Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/killme2008.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-01-16T09:38:56.000Z","updated_at":"2018-01-30T06:08:02.000Z","dependencies_parsed_at":"2022-09-16T18:11:22.883Z","dependency_job_id":null,"html_url":"https://github.com/killme2008/ring-session-memcached","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killme2008%2Fring-session-memcached","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killme2008%2Fring-session-memcached/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killme2008%2Fring-session-memcached/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/killme2008%2Fring-session-memcached/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/killme2008","download_url":"https://codeload.github.com/killme2008/ring-session-memcached/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248090394,"owners_count":21046082,"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-12T10:29:16.430Z","updated_at":"2025-04-09T18:43:07.991Z","avatar_url":"https://github.com/killme2008.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ring-session-memcached\n  This permits you to store your ring session in memcached.\n\n## Usage\n\nIn your project.clj:\n\n    [ring-session-memcached \"0.0.1\"]\n\nWrap your routes:\n\n\n\t(use 'ring.middleware.session.memcached)\n    (-\u003e routes\n        (wrap-session {:store (mem-store \"host1:11211 host2:11211\")}))\n\nThe mem-store fn provides a few options to give it:\n\n\t  :name  Memcached client's name\n\t  :protocol  Protocol to talk with memcached,a string value in text,binary or kestrel,default is text protocol.\n\t  :hash  Hash algorithm,a string value in consistent or standard,default is standard hash.\n\t  :timeout Operation timeout in milliseconds,default is five seconds.\n\t  :pool  Connection pool size,default is one,and it is suitable for most applications.\n\nFor example:\n\n\t(mem-store \"localhost:11211\" :timeout 3000 :hash \"consistent\")\n\n\n## License\n\nCopyright (C) 2012 Dennis Zhuang\n\nDistributed under the Eclipse Public License, the same as Clojure.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkillme2008%2Fring-session-memcached","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkillme2008%2Fring-session-memcached","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkillme2008%2Fring-session-memcached/lists"}