|
|
|
|
|
by hunterb123
1357 days ago
|
|
I simply explained the efficiency difference of the two setups. You're storing and checking a smaller subset when doing stateless + invalidation cache. Whether or not you need that memory optimization is up to you and your machines. Personally it's about the same effort to implement and I prefer stateless + simple redis cache for invalidations. |
|
If you are already distributing lists around your application servers (that impacts the format and top performance of the redis cache), then yes, it's quite simple.