Skip to content

A minimal helper tool written in Go to verify the connection to a Redis/Valkey data store

License

Notifications You must be signed in to change notification settings

Allaman/chkRedis

Repository files navigation

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.

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