redis-leveldb
« Back to VersTracker
Description:
Redis-protocol compatible frontend to leveldb
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Databases
Tags: redis leveldb database protocol key-value
Install: brew install redis-leveldb
About:
RedisLeveldb provides a Redis-protocol compatible interface for LevelDB, allowing standard Redis clients to connect and interact with the underlying key-value store. This enables developers to leverage LevelDB's persistent storage capabilities while using familiar Redis tooling and commands. It acts as a lightweight bridge, translating Redis protocol requests into LevelDB operations.
Key Features:
  • Redis protocol compatibility
  • Persistent storage via LevelDB
  • Lightweight and fast
  • Drop-in replacement for simple use cases
Use Cases:
  • Caching with persistent backing
  • Session storage
  • Simple key-value storage with Redis tooling
Alternatives:
  • Redis – Native in-memory data store with persistence options, more feature-rich but higher memory usage
  • RocksDB – More advanced embedded key-value store, often used as a backend for Redis-compatible proxies
Version History
Detected Version Rev Change Commit
Sep 14, 2024 1:54am 4 VERSION_BUMP eb27953d