Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/paulo-lopes-estevao/golang-redis
- Owner: Paulo-Lopes-Estevao
- Created: 2022-01-09T18:38:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T23:22:34.000Z (about 3 years ago)
- Last Synced: 2024-11-14T09:11:45.652Z (2 months ago)
- Topics: api, golang, golang-redis, redis
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)