Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 396 Bytes

README.rst

File metadata and controls

17 lines (12 loc) · 396 Bytes

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