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.