{"id":25915859,"url":"https://github.com/rykov/pools","last_synced_at":"2025-10-18T04:37:40.175Z","repository":{"id":56888498,"uuid":"1476821","full_name":"rykov/pools","owner":"rykov","description":"Connection pooling for Redis and Cassandra","archived":false,"fork":false,"pushed_at":"2023-10-29T05:39:07.000Z","size":28,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-26T22:48:50.435Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/rykov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-03-14T03:17:38.000Z","updated_at":"2022-09-19T14:14:48.000Z","dependencies_parsed_at":"2022-08-20T23:40:51.343Z","dependency_job_id":null,"html_url":"https://github.com/rykov/pools","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rykov%2Fpools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rykov%2Fpools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rykov%2Fpools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rykov%2Fpools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rykov","download_url":"https://codeload.github.com/rykov/pools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241661442,"owners_count":19998951,"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":"2025-03-03T12:18:01.244Z","updated_at":"2025-10-18T04:37:40.096Z","avatar_url":"https://github.com/rykov.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Pools - Reusable Connection Pooling\n-----------------------------------\n\n[![Gem Version](https://badge.fury.io/rb/pools.svg)](https://badge.fury.io/rb/pools)\n[![Build Status](https://github.com/rykov/pools/actions/workflows/specs.yml/badge.svg)](https://github.com/rykov/pools/actions/workflows/specs.yml)\n\nProvides connection pooling for multiple services that\nuse persistent connections\n\nInstallation\n============\n\n    $ gem install pools\n\n\nRedis Connection Pooling\n========================\n\n```ruby\nredis = Redis::Pooled.new(regular_init_options)\nredis.set(\"Regular\", \"Command\")\n\n# Check out a connection for multiple commands\nredis.with_connection do |conn|\n  conn.multi\n  a = conn.get('a')\n  conn.set('b', a)\n  conn.exec\nend\n```\n\nAuthor\n=====\n\nMichael Rykov :: mrykov@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frykov%2Fpools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frykov%2Fpools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frykov%2Fpools/lists"}