Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roger/moonis
https://github.com/roger/moonis
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/roger/moonis
- Owner: Roger
- Created: 2022-11-21T23:26:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T12:39:08.000Z (about 2 years ago)
- Last Synced: 2024-11-22T21:48:25.079Z (2 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Moonis
======Very basic WIP mini redis implementation to learn [lunatic](lunatic.solutions/).
It is a rewrite of [greenis](https://github.com/Roger/greenis), another mini redis
implementation I did to learn rust and tokio.Features
--------* RESP protocol parsing using combine (any redis client can be connected)
* Basic commands: get, set, delete, ping, append, keys, exists, etc