gvilums / feredis

Simple redis-compliant server written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple redis-compliant server written in Rust

License:Apache License 2.0


Languages

Language:Rust 100.0%