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

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

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
```