abuzaforfagun / Invoice.Microservices.ThirdPartyAPIIntegration

Scaleable fault tolerance microservices to communicate third party API
9 stars 3 forks source link

Remove dead code from GetInvoices feature #13

Closed abuzaforfagun closed 2 years ago

abuzaforfagun commented 2 years ago

Previously, GetInvoices feature directly talk to the redis cache. Now CachedLikvidoClient is responsible to populate or retrieve data from redis.

We have some dead code relates to distributed cache in GetInvoices feature. We need to remove that.