A fast and simple in-memory key-value database 🦀
Stars
61
Forks
1
Watchers
61
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
33
commits
1
commits
feat: use the bind directive to listen on an interface instead of hardcoding it
dcb67b9View on GitHubchore: add tests for drop, del, get, ttl and count commands
62656f2View on GitHubchore: move command and command tests to separate files and add tests for set command
f054414View on GitHubfeat: add impls for Frame to return str representation of the the frame
413fa67View on GitHubfeat: make the parser better so that we can have command flags with white space
33487feView on GitHubfix: fix incorrect handling of map length while parsing map frames
c130213View on GitHubfeat: change the keyspaces command to return a Vec<HashMap>
408591bView on GitHub