Skip to content

znx3p0/saildb_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SailDB test

This is a quick example of SailDB

cargo run --bin=server -- --bind="tcp@127.0.0.1:8080"
cargo run --bin=client -- --addr="tcp@127.0.0.1:8080" insert --key="hello" --value="world!"
cargo run --bin=client -- --addr="tcp@127.0.0.1:8080" get --key="hello"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages