Mudis is a fast, thread-safe, in-memory, sharded LRU cache for Ruby applications. Inspired by Redis, it provides value serialization, optional compression, per-key expiry, and metric tracking in a lightweight, dependency-free package.
Mudis-QL extends Mudis by providing a fluent SQL-like query interface for data stored in the mudis cache
Command line utilities for inspecting and debugging Mudis caches, with optional Mudis-QL support.
Rails plugin for Mudis with an installer, generator, and cache store wrapper.