redis-level
JSON →An abstract-level database backed by Redis for Node.js. Version 0.0.5, released as an early-stage library under the Level ecosystem. It implements the abstract-level interface, allowing Redis to be used as a LevelDB-compatible store. Key differentiators: leverages Redis for persistence and scalability, supports callbacks and async/await, and follows the Level API conventions. Suitable for projects that need a Level-like API but with Redis as the backend. Maintenance is active but the package is young; breaking changes may occur.