Google News
logo
Memcached - Quiz(MCQ)
If you are using replace command in Memcached and the key does not exist, what will happen?
A)
the output is STORED.
B)
the output is DUPLICATED
C)
the output is NOT STORED.
D)
All of the above

Correct Answer :   the output is NOT STORED.


Explanation : The replace command in Memcached is used to replace the value of an existing key. If the key does not exist, the output is NOT STORED.

Advertisement