Skip to content

A simple in-memory key-value database written in Rust

Notifications You must be signed in to change notification settings

marc7806/kataradb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KataraDB

KataraDB is a simple in-memory key-value database written in Rust ⚡

It supports the Redis protocol and can be used as a drop-in replacement for Redis.

The database is developed for learning purposes and should not be used in production.

How to start

cargo run

Run tests

cargo test

About

A simple in-memory key-value database written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages