Skip to content

tanakh/siege

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The quickest way to get up and running is to do:

cabal configure
cabal build
./dist/build/siege-disk/siege-disk # for the disk based backend, or
./dist/build/siege-memory/siege-memory # for the memory based backend

Then you can interact with it using the redis command line tool:

redis-cli -p 4050

About

A DBMS written in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 99.4%
  • C 0.6%