Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paulo-lopes-estevao/golang-redis

web server using redis
https://github.com/paulo-lopes-estevao/golang-redis

api golang golang-redis redis

Last synced: 10 days ago
JSON representation

web server using redis

Awesome Lists containing this project

README

        

# Web Server using Redis

- Api REST
- Database SQLITE3
- Cache Redis

```markdown
# Creating record saving in database and cache.
# Retrieving by filtering the data verify that there is no record cache.
# Querying in database

# Record presented in cache are filtered
# ex:. id
```

### Starting application

*Docker*
> docker-compose -f up -d cache

> go run main.go

### Link code gist
# 👇
[code gist](https://gist.github.com/Paulo-Lopes-Estevao/3e5b7284ddc19da662bedba35ae76984)