https://github.com/miiky976/sharedmemorynotes
Shared text and images stored in memory
https://github.com/miiky976/sharedmemorynotes
go gofiber htmx kv-store supercalifragilisticexpialidocious
Last synced: 7 months ago
JSON representation
Shared text and images stored in memory
- Host: GitHub
- URL: https://github.com/miiky976/sharedmemorynotes
- Owner: miiky976
- Created: 2024-03-25T02:23:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-27T18:54:26.000Z (over 1 year ago)
- Last Synced: 2025-01-05T09:38:07.020Z (9 months ago)
- Topics: go, gofiber, htmx, kv-store, supercalifragilisticexpialidocious
- Language: Go
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Godis
Redis clone written in Go
## Clone or KV?
ok it's not a clone, it's a simple key-value store.## Features
- [x] Set
- [x] Get
- [x] Del
- [x] Incr
- [ ] Decr