As we know that the Decr command in Memcached is used to decrease the numeric value of an existing key, what will happen if the key is not numeric?

22. As we know that the Decr command in Memcached is used to decrease the numeric value of an existing key, what will happen if the key is not numeric?

  1. NOT FOUND
  2. Returns Nothing
  3. CLIENT_ERROR cannot increment or decrement non-numeric value

Answer: C) CLIENT_ERROR cannot increment or decrement non-numeric value

Explanation:

CLIENT_ERROR cannot increment or decrement non-numeric value.

Comments and Discussions!

Load comments ↻






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