Skip to content

A simple redis cache database, the idea is to use this redis database as a ttl distributed cache and store here all the apis resolvers results for graphql based ones, services results for rest based ones and their respective confis, optimizing in this way the configs search and the apis response times.

License

Notifications You must be signed in to change notification settings

joseesco24/redis_cache_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Cache DB

A simple redis cache database, the idea is to use this redis database as a ttl distributed cache and store here all the apis resolvers results for graphql based ones, services results for rest based ones and their respective confis, optimizing in this way the configs search and the apis response times


Docker Project commands

Note: Before running any of these commands be sure that your CWD is redis_cache_db directory.

Docker Login Into GitHub Container Registry

docker login -u joseesco24 -p < authentication token > ghcr.io

Docker Access To The Container Terminal

docker exec -it redis_cache_db /bin/bash

Docker Push The Image To GitHub Container Registry

docker push ghcr.io/joseesco24/redis_cache_db:latest

Docker Compose Project Commands

Note: Before running any of these commands be sure that your CWD is redis_cache_db directory.

Docker Compose Build Image Using Compose File

docker-compose -f compose.build.yaml build

About

A simple redis cache database, the idea is to use this redis database as a ttl distributed cache and store here all the apis resolvers results for graphql based ones, services results for rest based ones and their respective confis, optimizing in this way the configs search and the apis response times.

Topics

Resources

License

Stars

Watchers

Forks

Packages