Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

RudeusTeam/rudeus

Repository files navigation

Redeus

Redeus is a distributed key-value database compatiable with Redis Protocol, implemented with Rust using RocksDB as storage engine .

Build and run Redeus

  1. Build
cargo build
  1. Run
cargo run rudeus

Developer Guide

  1. To speed up unit test process, you can first create a ramdisk then specify the unit test working directory by set environment variable RUDEUS_TESTDIR

For linux, use the following commands:

mkdir /path/to/ramdisk
mount -t tmpfs -o size=128M tmpfs /path/to/ramdisk
export RUDEUS_TESTDIR=/path/to/ramdisk
cargo test

Similar thing should work on windows too.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages