An open API service indexing awesome lists of open source software.

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

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)