An open API service indexing awesome lists of open source software.

https://github.com/steadyfall/deris

Simple key-value store in Go.
https://github.com/steadyfall/deris

in-memory-database key-value-store realtime

Last synced: about 1 month ago
JSON representation

Simple key-value store in Go.

Awesome Lists containing this project

README

          

# Deris

A simple key-value store written in Go.

## References
- https://pkg.go.dev/bufio
- https://pkg.go.dev/net
- https://pkg.go.dev/os
- https://pkg.go.dev/os/signal
- https://pkg.go.dev/crypto/sha256