{"id":26027784,"url":"https://github.com/biluohc/flexc","last_synced_at":"2026-04-16T20:31:24.865Z","repository":{"id":201123289,"uuid":"342863764","full_name":"biluohc/flexc","owner":"biluohc","description":"A generic asynchronous connection pool for Rust","archived":false,"fork":false,"pushed_at":"2021-12-15T03:00:27.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-10-19T05:21:54.026Z","etag":null,"topics":["pooling","redis","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/biluohc.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-02-27T13:31:50.000Z","updated_at":"2023-10-19T05:21:59.232Z","dependencies_parsed_at":null,"dependency_job_id":"357608f4-5ce0-48a6-9c6a-24c76376a512","html_url":"https://github.com/biluohc/flexc","commit_stats":null,"previous_names":["biluohc/flexc"],"tags_count":2,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biluohc%2Fflexc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biluohc%2Fflexc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biluohc%2Fflexc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biluohc%2Fflexc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biluohc","download_url":"https://codeload.github.com/biluohc/flexc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242250925,"owners_count":20096895,"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":["pooling","redis","rust"],"created_at":"2025-03-06T16:57:30.888Z","updated_at":"2026-04-16T20:31:24.813Z","avatar_url":"https://github.com/biluohc.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flexc\nA generic asynchronous connection pool\n\n## Features\n\n* Support async/.await syntax\n* Support both `tokio` and `async-std/smol`\n* High performance\n* Easy to use\n\n## Usage\n\n```toml\n[dependencies]\n# default-feature is tokio-rt\nflexc = { version = \"x\", git = \"https://github.com/biluohc/flexc\" }\n\n# For async-std runtime\n# flexc = { version = \"x\", git = \"https://github.com/biluohc/flexc\", default-features = false, features = [\"async-rt\"] }\n```\n\n### Other projects\n1. [mobc](https://github.com/importcjj/mobc): An asynchronous connection pool and rich features buts slightly high latenncy.\n1. [deadpool](https://github.com/bikeshedder/deadpool): asynchronous and high performance buts Builder is very troublesome.\n1. [bb8](https://github.com/djc/bb8): An asynchronous connection pool provides the same configuration options as r2d2.\n2. [r2d2](https://github.com/sfackler/r2d2): A synchronized connection pool, not recommended.\n1. [redis-rs](https://github.com/mitsuhiko/redis-rs): The most used Redis client, flexc-redis based on it.\n3. [redis-async-rs](https://github.com/benashford/redis-async-rs): Another Redis client.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiluohc%2Fflexc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiluohc%2Fflexc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiluohc%2Fflexc/lists"}