0 votes
in MemCached by
Which of the following command is used to set the data, if the data hasn't been updated since the last retrieve?

Retrieve

Set

Recover

CAS

1 Answer

0 votes
by
D) CAS

Reason:

If the data hasn't been updated since the last retrieve, the Memcached CAS command is used to set it.
...