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

https://github.com/hifat/redigo


https://github.com/hifat/redigo

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Go Redis

### Migrate DB

```bash
make migrate
```

### Mock DB

```bash
make mock
```

### Run app

```bash
make run
```

[Learning on Codebankok](https://www.youtube.com/playlist?list=PLyZTXfAT27ib7T9Eg3qhvDE5rgvjQk4OL)