If you are using replace command in Memcached and the key does not exist, what will happen?

11. If you are using replace command in Memcached and the key does not exist, what will happen?

  1. the output is NOT STORED.
  2. the output is STORED.
  3. the output is DUPLICATED

Answer: A) 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.