redisuri

JSON →
library 1.1.2 ·javascript
verified Jun 7, 2026

Validate and parse Redis URI connection schemes. Current stable version is 1.1.2. The package provides two functions: parse() to break a Redis URI into auth, host, port, and db components, and validate() to check protocol and host presence. It is a simple, zero-dependency utility for handling Redis connection strings. Release cadence is low; last update was several years ago. Differentiators: lightweight, no external dependencies, explicit validation of URI format.