REDIS cache

 

Caching...


  1. Save network calls
  2. Avoid repeated computations.

https://www.youtube.com/watch?v=U3RkDLtS7uY

cache policy

Least recent used (LRU)

Sliding window


Global cache (Indenpedently Redis)



Write through -> HIt the cache & do update and write to db

Write Back -> hit the db and remove the entry in the cachehe


REDIS In Memory data store (db, cache messaging)

REDIS -java apil (Jedis)


Java CRUD using REDIS

https://www.youtube.com/watch?v=eYfopvusG_s

Comments

Popular posts from this blog

Robotic Process Automation

WorkFusion

7 Rules of Success A.P.J Abdul Kalam