https://github.com/zhh2001/resp-cli
A simple RESP-based Redis client mock
https://github.com/zhh2001/resp-cli
Last synced: 6 days ago
JSON representation
A simple RESP-based Redis client mock
- Host: GitHub
- URL: https://github.com/zhh2001/resp-cli
- Owner: zhh2001
- Created: 2025-11-14T09:54:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-11-14T10:02:42.000Z (5 months ago)
- Last Synced: 2025-11-14T12:10:54.395Z (5 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RESP-Cli
A minimal Redis client mock built with RESP protocol
## Features
- Implements core RESP protocol parsing (simple strings, integers, bulk strings, arrays)
- Basic Redis commands support (GET, SET, PING, etc.)
- Pure Go implementation (no external Redis client libraries)