Skip to content

Simple tool written in Go to test connection to Redis server with authentication enabled

License

Notifications You must be signed in to change notification settings

xleonard0/redis-testconnection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Test Connection Tool 🚀

Simple tool written in Go to test connection to Redis server with authentication enabled.

Environment variables

REDIS_SERVER : Redis IP + Port (Example: localhost:6379)

REDIS_PASSWORD

How to use?

Download the tool

Linux

REDIS_SERVER="REDIS_IP:REDIS_PORT" REDIS_PASSWORD="PASSWORD!" ./redis-testconnection-linuxamd64 

Windows

set "REDIS_SERVER=REDIS_IP:REDIS_PORT" && set "REDIS_PASSWORD=PASSWORD" && redis-testconnection-windowsamd64.exe

About

Simple tool written in Go to test connection to Redis server with authentication enabled

Topics

Resources

License

Stars

Watchers

Forks

Languages