Skip to content

OldPanda/go-bitcask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-bitcask

Yet another Bitcask implementation in Go

Build

go build

Run

To start server

./bitcask -c config.json

Client is not available yet, but it's always accessible via TCP connection

------------------------------------------------------------
🐼 ~ » echo -n "set foo bar" | nc localhost 9876
OK%                                                                                                                                                                          ------------------------------------------------------------
🐼 ~ » echo -n "get foo" | nc localhost 9876
bar%                                                                                                                                                                         ------------------------------------------------------------
🐼 ~ » echo -n "del foo" | nc localhost 9876
OK%                                                                                                                                                                          ------------------------------------------------------------
🐼 ~ » echo -n "get foo" | nc localhost 9876
Key not found: foo%

About

Yet another Bitcask implementation in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages