Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 580 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 580 Bytes

feredis

The feredis project contains a set of crates that implement the redis wire protocol, as well as a simple redis-compatible server.

It was created as a project to learn more about how async rust works under the hood, using custom Futures to handle real-time key expiration.

Supported Features

The feredis server implements the following common redis commands:

  • PING
  • SET
  • GET
  • DEL
  • EXPIRE
  • PERSIST
  • RENAME
  • RPUSH
  • RPOP

License

feredis is dual-licensed under the Apache License version 2.0 and the MIT license, at your choosing.