{"id":13314770,"url":"https://github.com/dimensional-fun/kedis","last_synced_at":"2026-01-18T10:02:49.284Z","repository":{"id":38384628,"uuid":"474455205","full_name":"dimensional-fun/kedis","owner":"dimensional-fun","description":"🗃️ kotlin multi-platform redis client.","archived":false,"fork":false,"pushed_at":"2023-01-14T05:15:33.000Z","size":137,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-19T16:51:57.743Z","etag":null,"topics":["kotlin","kotlin-coroutines","kotlin-multiplatform","ktor","redis","redis-client"],"latest_commit_sha":null,"homepage":"https://discord.gg/8R4d8RydT4","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dimensional-fun.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":"2022-03-26T20:08:26.000Z","updated_at":"2024-10-20T17:54:41.000Z","dependencies_parsed_at":"2023-02-09T18:46:30.599Z","dependency_job_id":null,"html_url":"https://github.com/dimensional-fun/kedis","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/dimensional-fun%2Fkedis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimensional-fun%2Fkedis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimensional-fun%2Fkedis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimensional-fun%2Fkedis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimensional-fun","download_url":"https://codeload.github.com/dimensional-fun/kedis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242930013,"owners_count":20208389,"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":["kotlin","kotlin-coroutines","kotlin-multiplatform","ktor","redis","redis-client"],"created_at":"2024-07-29T18:12:08.596Z","updated_at":"2026-01-18T10:02:49.278Z","avatar_url":"https://github.com/dimensional-fun.png","language":"Kotlin","readme":"# 🗃️ Kedis - A Kotlin Redis client.\n\nA very experimental Redis client that is written in [Kotlin](https://kotlinlang.org/)\n\n- [**Discord Server**](https://mixtape.systems/development)\n\n## 🚀 Installation\n\n#### 🐘 Install w/ Gradle\n\n```kt\nrepositories {\n    maven(\"https://maven.dimensional.fun/releases\")\n}\n\ndependencies {\n    implementation(\"mixtape.oss.kedis:kedis-core:{VERSION}\")\n}\n```\n\n#### 🪶 Install w/ Maven\n\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003edimensional-maven\u003c/id\u003e\n        \u003cname\u003eDimensional Maven\u003c/name\u003e\n        \u003curl\u003ehttps://maven.dimensional.fun/releases\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003emixtape.oss.kedis\u003c/groupId\u003e\n        \u003cartifactId\u003ekedis-core\u003c/artifactId\u003e\n        \u003cversion\u003e{VERSION}\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n## 💻 Usage\n\n#### Getting a Redis client\n\nYou can get a Redis client in two ways:\n1. Creating an instance of `RedisClient` yourself:\n```kt\nval client = RedisClient(\"redis://127.0.0.1\")\n```\n2. Using a `RedisPool`:\n```kt\nval pool = RedisPool(\n    uri = \"redis://127.0.0.1\",\n    initialSize = 5,\n    maxSize = 10,\n    maxWaitTime = 5000\n)\n\npool.use { redis: RedisClient -\u003e\n    // do stuff with the RedisClient\n}\n```\n\n---\n\nMixtape Bot 2019-2022\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimensional-fun%2Fkedis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimensional-fun%2Fkedis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimensional-fun%2Fkedis/lists"}