Skip to content

A Redis-compatible in-memory database written in Rust

License

Notifications You must be signed in to change notification settings

mwolting/evredis

Repository files navigation

evredis

Build Status

A Redis-compatible in-memory database, written in Rust and built on actix and evmap.

Current state

Commands implemented:

  • GET
  • SET
  • DEL
  • EXISTS
  • PING
  • (P)EXPIRE
  • PERSIST
  • FLUSHDB
  • FLUSHALL

Currently, evredis only supports a single database. Multi-database operations will therefore operate only on this one, and any database switching commands will fail.

License

evredis is available under the GNU Affero GPLv3 license.

About

A Redis-compatible in-memory database written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors