/golang-redis

web server using redis

Primary LanguageGo

Web Server using Redis

  • Api REST
  • Database SQLITE3
  • Cache Redis
# 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