An embedded, in-process Redis-compatible database implemented in Python, ideal for testing and local development without external dependencies. Current version 0.1.7, updated periodically.
pip install burner-redisNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an embedded Redis server and run basic commands.
Use `client = BurnerClient(port=0)` to auto-assign a free port.
Use `from burner_redis import BurnerClient`.