Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/roger/greenis

Green is the new red
https://github.com/roger/greenis

Last synced: 14 days ago
JSON representation

Green is the new red

Awesome Lists containing this project

README

        

Greenis - green is the new red
==============================

Very basic WIP implementation of redis to learn some rust.

Features
--------

* RESP protocol parsing using combine (any redis client can be connected)
* Async server using tokio
* Basic commands: get, set, delete, ping, append, keys, exists, etc

Goals
-----

* Support some redis commands using standard clients
* Try rust-evmap