{"id":13442271,"url":"https://github.com/taoensso/carmine","last_synced_at":"2025-12-12T01:19:43.201Z","repository":{"id":3266604,"uuid":"4305674","full_name":"taoensso/carmine","owner":"taoensso","description":"Redis client + message queue for Clojure","archived":false,"fork":false,"pushed_at":"2025-03-19T09:23:11.000Z","size":2771,"stargazers_count":1167,"open_issues_count":8,"forks_count":132,"subscribers_count":37,"default_branch":"master","last_synced_at":"2025-04-13T01:59:41.977Z","etag":null,"topics":["clojure","epl","message-queue","redis","taoensso"],"latest_commit_sha":null,"homepage":"https://www.taoensso.com/carmine","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"mhamrah/ansible-mesos-playbook","license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taoensso.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":"FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"ptaoussanis","custom":"https://www.taoensso.com/clojure"}},"created_at":"2012-05-12T10:34:01.000Z","updated_at":"2025-03-25T16:24:01.000Z","dependencies_parsed_at":"2023-08-09T00:17:03.006Z","dependency_job_id":"a389bf79-0edb-4d35-bdba-13e523652cc4","html_url":"https://github.com/taoensso/carmine","commit_stats":{"total_commits":925,"total_committers":23,"mean_commits":40.21739130434783,"dds":"0.23891891891891892","last_synced_commit":"632ba745313b0f88ca2f8b446217406b05daacc5"},"previous_names":["taoensso/carmine","ptaoussanis/carmine"],"tags_count":126,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taoensso%2Fcarmine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taoensso%2Fcarmine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taoensso%2Fcarmine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taoensso%2Fcarmine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taoensso","download_url":"https://codeload.github.com/taoensso/carmine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654046,"owners_count":21140235,"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":["clojure","epl","message-queue","redis","taoensso"],"created_at":"2024-07-31T03:01:43.735Z","updated_at":"2025-12-12T01:19:43.196Z","avatar_url":"https://github.com/taoensso.png","language":"Clojure","funding_links":["https://github.com/sponsors/ptaoussanis","https://www.taoensso.com/clojure"],"categories":["Clojure"],"sub_categories":[],"readme":"\u003ca href=\"https://www.taoensso.com/clojure\" title=\"More stuff by @ptaoussanis at www.taoensso.com\"\u003e\u003cimg src=\"https://www.taoensso.com/open-source.png\" alt=\"Taoensso open source\" width=\"340\"/\u003e\u003c/a\u003e  \n[**API**][cljdoc] | [**Wiki**][GitHub wiki] | [Slack][] | Latest release: [v3.5.0](../../releases/tag/v3.5.0) (2025-11-06)\n\n[![Main tests][Main tests SVG]][Main tests URL]\n[![Graal tests][Graal tests SVG]][Graal tests URL]\n\n# Carmine\n\n### [Redis](https://en.wikipedia.org/wiki/Redis) client + message queue for Clojure\n\nRedis and Clojure are individually awesome, and **even better together**.\n\nCarmine is a mature Redis client for Clojure that offers an idiomatic Clojure API with plenty of **speed**, **power**, and **ease-of-use**.\n\n## Why Carmine?\n\n- High-performance **pure-Clojure** library\n- [Fully documented API](https://cljdoc.org/d/com.taoensso/carmine/CURRENT/api/taoensso.carmine) with support for the **latest Redis commands and features**\n- Easy-to-use, production-ready **connection pooling**\n- Auto **de/serialization** of Clojure data types via [Nippy](https://www.taoensso.com/nippy)\n- Fast, simple [message queue](../../wiki/3-Message-queue) API\n- Fast, simple [distributed lock](https://cljdoc.org/d/com.taoensso/carmine/CURRENT/api/taoensso.carmine.locks) API\n\n## Compatibility\n\nRedis is available in a few different flavours depending on your needs:\n\n|                                                                                           | Features                            | Support?            |\n| ----------------------------------------------------------------------------------------- | ----------------------------------- | ------------------- |\n| Single node                                                                               | Simplest setup                      | Yes                 |\n| Redis [Sentinel](https://redis.io/docs/latest/operate/oss_and_stack/management/sentinel/) | High availability                   | No (possibly later) |\n| Redis [Cluster](https://redis.io/docs/latest/operate/oss_and_stack/management/scaling/)   | High availability, sharding         | No (possibly later) |\n| Redis [Enterprise](https://redis.io/docs/latest/operate/rs/)                              | High availability, sharding         | Yes                 |\n| Redis [Cloud](https://redis.io/cloud/)                                                    | High availability, sharding, hosted | Yes                 |\n\n## Documentation\n\n- [Wiki][GitHub wiki] (getting started, usage, etc.)\n- API reference via [cljdoc][cljdoc]\n- Support: [Slack][] or [GitHub issues][]\n\n## Funding\n\nYou can [help support][sponsor] continued work on this project and [others][my work], thank you!! 🙏\n\n## License\n\nCopyright \u0026copy; 2014-2025 [Peter Taoussanis][].  \nLicensed under [EPL 1.0](LICENSE.txt) (same as Clojure).\n\n\u003c!-- Common --\u003e\n\n[GitHub releases]: ../../releases\n[GitHub issues]:   ../../issues\n[GitHub wiki]:     ../../wiki\n[Slack]: https://www.taoensso.com/carmine/slack\n\n[Peter Taoussanis]: https://www.taoensso.com\n[sponsor]:          https://www.taoensso.com/sponsor\n[my work]:          https://www.taoensso.com/clojure-libraries\n\n\u003c!-- Project --\u003e\n\n[cljdoc]: https://cljdoc.org/d/com.taoensso/carmine/\n\n[Clojars SVG]: https://img.shields.io/clojars/v/com.taoensso/carmine.svg\n[Clojars URL]: https://clojars.org/com.taoensso/carmine\n\n[Main tests SVG]:  https://github.com/taoensso/carmine/actions/workflows/main-tests.yml/badge.svg\n[Main tests URL]:  https://github.com/taoensso/carmine/actions/workflows/main-tests.yml\n[Graal tests SVG]: https://github.com/taoensso/carmine/actions/workflows/graal-tests.yml/badge.svg\n[Graal tests URL]: https://github.com/taoensso/carmine/actions/workflows/graal-tests.yml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaoensso%2Fcarmine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaoensso%2Fcarmine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaoensso%2Fcarmine/lists"}