Overview of Carmine Redis client
masterCarmine is a high-performance, pure-Clojure Redis client and message queue library. It provides an idiomatic Clojure API designed for speed and ease of use.
Key features include:
- Connection Pooling: Production-ready pooling for managing Redis connections.
- Data Serialization: Automatic de/serialization of Clojure data types using Nippy.
- Message Queue: A fast and simple API for implementing message queues.
- Distributed Locks: A fast and simple API for distributed locking via
taoensso.carmine.locks. - Command Support: Support for the latest Redis commands and features.