https://github.com/miraclecancode/minikeyvalue
Minikeyvalue is a mini clone redis with go programming language
https://github.com/miraclecancode/minikeyvalue
Last synced: 12 months ago
JSON representation
Minikeyvalue is a mini clone redis with go programming language
- Host: GitHub
- URL: https://github.com/miraclecancode/minikeyvalue
- Owner: MiracleCanCode
- Created: 2025-03-14T13:52:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T11:11:42.000Z (about 1 year ago)
- Last Synced: 2025-03-22T12:20:42.067Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IsaRedis this is my attempt creating clone redis
### Base operations:
#### Delete data:
```sh
DEL
```
#### Set data to storage:
```sh
SET
```
#### Get data from storage:
```sh
GET
```