Redis URL Parser

JSON →
library 0.0.3 ·javascript abandoned
verified Jun 7, 2026

Minimal npm package (v0.0.3) that parses Redis connection URLs into options objects. Last updated in 2015, no active maintenance. Parses host, port, password from URLs like redis://user:pass@host:port/db. Simpler alternative to redis-url or ioredis parsing, but lacks features like TLS, sentinel, or cluster support. Over 1 million weekly downloads due to inclusion in other packages, but unmaintained.