AlvaroIsrael / gobarber-app

💈A BarberShop app made with React, React Native and Node.
https://gobarberapp.net
MIT License
45 stars 11 forks source link

Providers list cache. #40

Closed AlvaroIsrael closed 3 years ago

AlvaroIsrael commented 3 years ago

Apply cache config in List Providers Appointment service saving cache when not yet saved and looking up info from redis instead of postgresql when they become available.

AlvaroIsrael commented 3 years ago

Fixed by #41 .