redis-url-parse

JSON →
library 2.0.0 ·javascript
verified Jun 7, 2026

Parses a Redis URL string into a configuration object with host, port, database, and password fields. Current stable version is 2.0.0. Releases are infrequent; last update was in 2024. Key differentiators: zero dependencies, simple functional API, handles edge cases like URI-encoded passwords and ignored usernames. Alternative to unmaintained packages like parse-redis-url, redis-url, and redis-url-parser.