https://github.com/allaman/chkredis
A minimal helper tool written in Go to verify the connection to a Redis/Valkey data store
https://github.com/allaman/chkredis
cli devops go-redis golang redis valkey
Last synced: 6 months ago
JSON representation
A minimal helper tool written in Go to verify the connection to a Redis/Valkey data store
- Host: GitHub
- URL: https://github.com/allaman/chkredis
- Owner: Allaman
- License: mit
- Created: 2022-04-09T10:43:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-12T08:10:28.000Z (6 months ago)
- Last Synced: 2025-08-12T09:00:20.100Z (6 months ago)
- Topics: cli, devops, go-redis, golang, redis, valkey
- Language: Go
- Homepage: https://rootknecht.net/blog/redis-con/
- Size: 237 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# chkRedis
A small Go program to verify the connection to a [Redis](https://redis.io/) and [Valkey](https://valkey.io/) 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](https://rootknecht.net/blog/redis-con/) why I wrote chkRedis.
Check the [Taskfile](./Taskfile.yml) ([Task](https://taskfile.dev/) is required) for useful commands.