Caching Flashcards
1
Q
What caching you should use if object caching is primary goal?
A
Memcached
2
Q
Simple caching model as possible?
A
Memcached
3
Q
What caching you should use to run large scale nodes, multi threaded performance with multi cores?
A
Memcached
4
Q
What caching you should use to scale horizontally?
A
Memcached
5
Q
What caching you should use to store advance data types such as lists, hash and sets?
A
Redis
6
Q
What caching you should use for leader boards, rankings?
A
Redis
7
Q
What caching you should use if persistence is the goal?
A
Redis
8
Q
What caching you should use to sustain fail over or to run in multi AZs?
A
Redis
9
Q
What caching you should use if the model is Pub-Sub?
A
Redis