5
rob3ns
6y

So... we are changing our cache system to a fastest one.

I suggested an update method (with code samples included) as we currently only manage insert and remove... making impossible any modification of a list in cache without getting the entire list, modifying whatever we want and insert again everything.

Answer: 'It could work, but we want to keep the previous system behavior'

Why. SMH

Comments
  • 1
    I also have a co-worker that only does insertion in cache, so values are not maintained nor removed. So I understand.
    Btw, what's that fastest cache you're talking about?
  • 0
    @rising it's called redis
  • 1
    @rob3ns that's the one we're using too.
Add Comment