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.
- Host: GitHub
- URL: https://github.com/steadyfall/deris
- Owner: steadyfall
- License: apache-2.0
- Created: 2025-07-01T18:35:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-29T01:51:52.000Z (11 months ago)
- Last Synced: 2025-09-20T09:56:04.461Z (9 months ago)
- Topics: in-memory-database, key-value-store, realtime
- Language: Go
- Homepage:
- Size: 235 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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