connection-string-test
v0.0.1
Published
A CLI tool to test connectivity and latency for Redis, AMQP, and PostgreSQL connections.
Readme
Connection String Tester
A CLI tool to test connectivity and latency for Redis, AMQP, and PostgreSQL connections.
Installation
npm install -g connection-string-testOr use npx:
npx connection-string-test <connection-string>Usage
Test a Redis connection:
connection-tester redis://localhost:6379Test an AMQP connection:
connection-tester amqp://localhost:5672Test a PostgreSQL connection:
connection-tester postgres://localhost:5432/mydbSupported Protocols
- Redis:
redis://,rediss:// - AMQP:
amqp://,amqps:// - PostgreSQL:
postgres://,postgresql://
