Caching Flashcards

1
Q

What caching you should use if object caching is primary goal?

A

Memcached

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Simple caching model as possible?

A

Memcached

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What caching you should use to run large scale nodes, multi threaded performance with multi cores?

A

Memcached

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What caching you should use to scale horizontally?

A

Memcached

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What caching you should use to store advance data types such as lists, hash and sets?

A

Redis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What caching you should use for leader boards, rankings?

A

Redis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What caching you should use if persistence is the goal?

A

Redis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What caching you should use to sustain fail over or to run in multi AZs?

A

Redis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What caching you should use if the model is Pub-Sub?

A

Redis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly