Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aligoren/simple_redis_client
It's a simple Redis client. It just sets values. This isn't a production-ready library.
https://github.com/aligoren/simple_redis_client
Last synced: 2 days ago
JSON representation
It's a simple Redis client. It just sets values. This isn't a production-ready library.
- Host: GitHub
- URL: https://github.com/aligoren/simple_redis_client
- Owner: aligoren
- Created: 2022-06-22T20:47:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T21:21:49.000Z (over 2 years ago)
- Last Synced: 2023-03-01T04:03:01.835Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
Hi there! Don't even try to use this thing in your production environment.
You deserve to relax!
This shows how we can create a connection to external software that needs a TCP connection like Redis.
Each software may have different protocols. However, Redis uses this protocol.
## Resources
- https://redis.io/docs/reference/protocol-spec/
- https://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md