taoensso/carmine
Redis client + message queue for Clojure observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 97
- Release rhythm 23
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5226
- days_rel: 300
- days_push: 19
- n_releases_24m: 1
Adoption not part of the score
1178 stars · 132 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Carmine is a mature, high-performance Redis client for Clojure with an idiomatic API, connection pooling, and automatic de/serialization of Clojure data types via Nippy. It also provides a fast message queue API and a distributed lock API built on Redis.
Use cases
- connect to redis from clojure
- build a message queue on redis
- cache data in a clojure app using redis
- implement distributed locks across services
- serialize clojure data structures into redis
- use redis as a job queue for background workers
When to choose
- you need a production-ready Redis client in Clojure with idiomatic data handling
- you want a simple Redis-backed message queue or distributed locks without extra infrastructure
- you run single-node, Redis Enterprise, or Redis Cloud deployments
When to avoid
- you need Redis Sentinel or Redis Cluster support, which is not yet supported
- your project is not on the JVM/Clojure
- you need a language-agnostic or multi-language Redis client
Facets
library · maturity active
database-driver message-queue serialization caching databases backend developer-tools jvm jvm-scripting redis clojure connection-pooling distributed-locks nippy
2 sources
- readme: https://github.com/taoensso/carmine · fetched 2026-08-28 · ffc4174e5bd7
- homepage: https://www.taoensso.com/carmine · fetched 2026-08-29 · 931b0e4c62da
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| taoensso/carmine | main | 72 |
For agents
markdown · JSON · MCP: product_card(name="taoensso/carmine")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem