{"id":15586167,"url":"https://github.com/oivoodoo/redis_poolex","last_synced_at":"2025-04-24T04:36:22.637Z","repository":{"id":57542432,"uuid":"46589213","full_name":"oivoodoo/redis_poolex","owner":"oivoodoo","description":"Redis pool using poolboy(connection pool) and exredis(redis client).","archived":false,"fork":false,"pushed_at":"2016-12-29T09:36:03.000Z","size":93,"stargazers_count":20,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-24T17:06:22.976Z","etag":null,"topics":["elixir","redis"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/oivoodoo.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":"2015-11-20T22:01:29.000Z","updated_at":"2022-01-19T21:19:51.000Z","dependencies_parsed_at":"2022-09-26T18:31:13.742Z","dependency_job_id":null,"html_url":"https://github.com/oivoodoo/redis_poolex","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/oivoodoo%2Fredis_poolex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oivoodoo%2Fredis_poolex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oivoodoo%2Fredis_poolex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oivoodoo%2Fredis_poolex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oivoodoo","download_url":"https://codeload.github.com/oivoodoo/redis_poolex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250566352,"owners_count":21451227,"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":["elixir","redis"],"created_at":"2024-10-02T21:21:02.168Z","updated_at":"2025-04-24T04:36:22.582Z","avatar_url":"https://github.com/oivoodoo.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RedisPoolex\n\nRedis connection pool using poolboy and exredis libraries.\n\n# Examples\n\n    alias RedisPoolex, as: Redis\n\n    Redis.query([\"SET\", \"key1\", \"value1\"]) =\u003e \"OK\"\n    Redis.query([\"GET\", \"key1\"]) =\u003e \"value1\"\n    Redis.query([\"GET\", \"key2\"]) =\u003e :undefined\n\n## Installation\n\nIf [available in Hex](https://hex.pm/packages/redis_poolex), the package can be installed as:\n\n  1. Add redis_poolex to your list of dependencies in `mix.exs`:\n\n        def deps do\n          [{:redis_poolex, \"~\u003e 0.0.5\"}]\n        end\n\n  2. Ensure redis_poolex is started before your application:\n\n        def application do\n          [applications: [:redis_poolex]]\n        end\n\n## Dev Env\n\n`make build` - setup containers\n`make test` - run test cases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foivoodoo%2Fredis_poolex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foivoodoo%2Fredis_poolex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foivoodoo%2Fredis_poolex/lists"}