Skip to content

Simple redis-compliant server written in Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

gvilums/feredis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages