Skip to content

Allaman/chkRedis

Repository files navigation

chkRedis

A small Go program to verify the connection to a Redis in-memory data store.

  • Run ./chkRedis -h for available options and defaults
  • Tested against Redis 6 with TLS and password authentication
  • Executes a PING command to verify the connection
  • Not compatible with Redis RBAC

See my blog post why I wrote chkRedis.

Check the Taskfile (Task is required) for useful commands.