Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/roger/greenis
- Owner: Roger
- Created: 2019-09-17T14:17:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T14:21:16.000Z (almost 5 years ago)
- Last Synced: 2024-11-22T21:48:24.836Z (3 months ago)
- Language: Rust
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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, etcGoals
-----* Support some redis commands using standard clients
* Try rust-evmap