modulepackage
0.0.0-20240630160800-bfdafee60f07
Repository: https://github.com/allaman/chkredis.git
Documentation: pkg.go.dev
# README
chkRedis
A small Go program to verify the connection to a Redis and Valkey in-memory data store.
- Run
./chkRedis -h
for available options and defaults - Tested against Redis 7.2 and valkey 7.2
- Executes a
PING
command to verify the connection - Not compatible with RBAC
See my blog post why I wrote chkRedis.
# Variables
will be overwritten in release pipeline.