FritzAndFriends / TagzApp

An application that discovers content on social media for hashtags
MIT License
110 stars 68 forks source link

Add Redis caching #337

Open csharpfritz opened 9 months ago

abdurahmonov-azizbek commented 5 months ago

Hi, I want to add Redis caching for this project , what do you say ?

csharpfritz commented 5 months ago

Sure! I'd be happy to work with you on adding Redis caching to the application.

My only problem is that, as you can see from the lack of description here, I forget which features I wanted to add caching to.

What are your thoughts?

abdurahmonov-azizbek commented 5 months ago

great, one interface that includes these features: add to cache, get cache with cache key, delete from cache, and get or set cache. And hence its implementation with Redis. Use it in all of entity services. I think that's enough. Maybe you add more your opinions ?