kv-redis

JSON →
library 0.1.3 ·javascript
verified Jun 7, 2026

Redis storage backend for the 'kv' key-value store library. Version 0.1.3 is the current stable release. This package provides a simple integration for using Redis as the persistent layer for kv. It wraps redis operations and exposes them through the kv abstraction, enabling easy swapping of storage backends. Differentiators: minimal overhead, direct use of node_redis client, and compatibility with kv's API.