https://github.com/jasonlovesdoggo/godis
https://github.com/jasonlovesdoggo/godis
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jasonlovesdoggo/godis
- Owner: JasonLovesDoggo
- Created: 2024-11-30T06:22:14.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-30T07:06:37.000Z (7 months ago)
- Last Synced: 2025-01-29T14:03:52.550Z (5 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple redis compatible KV store for the sake of learning :)
### To run
1. Clone the repo
2. `go run ./server.go`
3. refer to step 2