0 votes
in MemCached by
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?

NOT FOUND

Returns Nothing

CLIENT_ERROR cannot increment or decrement non-numeric value

1 Answer

0 votes
by
C) CLIENT_ERROR cannot increment or decrement non-numeric value

Reason:

CLIENT_ERROR cannot increment or decrement non-numeric value.
...