redis-async-gen
JSON →A small library (v0.1.3) that wraps Redis SCAN operations into async generators, simplifying key scanning in Redis databases. It handles cursor management and pagination, allowing developers to use `for await...of` loops instead of manual iteration. Released sporadically, it supports scanning keys by pattern and scanning set values by pattern. Compared to alternatives like ioredis, it provides a simpler generator-based API but lacks active maintenance and wide adoption.
Resources
packageredis-async-gen ↗