A Redis-compatible in-memory database, written in Rust and built on actix and evmap.
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.
evredis is available under the GNU Affero GPLv3 license.