🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

connection-string-test

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connection-string-test

A CLI tool to test connectivity and latency for Redis, AMQP, and PostgreSQL connections.

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Connection String Tester

A CLI tool to test connectivity and latency for Redis, AMQP, and PostgreSQL connections.

Installation

npm install -g connection-string-test

Or use npx:

npx connection-string-test <connection-string>

Usage

Test a Redis connection:

connection-tester redis://localhost:6379

Test an AMQP connection:

connection-tester amqp://localhost:5672

Test a PostgreSQL connection:

connection-tester postgres://localhost:5432/mydb

Supported Protocols

  • Redis: redis://, rediss://
  • AMQP: amqp://, amqps://
  • PostgreSQL: postgres://, postgresql://

FAQs

Package last updated on 07 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts