The Wayback Machine - https://web.archive.org/web/20200926145714/https://github.com/sunxiaoguang/resp-async
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

Asynchronous Redis protocol (RESP) parser and framework for implementing server

All examples can be executed with:

run server

cargo run --example $name

to connect to server use

redis-cli -h 127.0.0.1 -p 8080

A high level description of each example is:

  • history - a tiny server that always return history command the client requested.

About

Asynchronous Redis protocol parser

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.