https://github.com/bergusman/rediscli-go
Simple Redis CLI on Go
https://github.com/bergusman/rediscli-go
cli go golang redis redis-cli resp
Last synced: 25 days ago
JSON representation
Simple Redis CLI on Go
- Host: GitHub
- URL: https://github.com/bergusman/rediscli-go
- Owner: bergusman
- License: mit
- Created: 2021-07-20T08:40:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T09:19:21.000Z (almost 5 years ago)
- Last Synced: 2025-10-09T00:05:19.170Z (8 months ago)
- Topics: cli, go, golang, redis, redis-cli, resp
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Redis CLI on Go
Example of how to write simple Redis CLI on Go and working with [RESP](https://redis.io/topics/protocol) (REdis Serialization Protocol).