Google News
logo
Redis - Quiz(MCQ)
Which process in the Redis architecture is responsible for storing the data in memory and is also responsible for controlling every type of management?
A)
Redis client
B)
Redis server.
C)
Both (A) and (B)
D)
None of the above

Correct Answer :   Redis server.


Explanation : The redis server is the main part of the architecture, it is used to store the data in memory and is also responsible for controlling every type of management.

Advertisement