Login
Remember
Register
Ask a Question
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?
0
votes
asked
Jul 29, 2023
in
MemCached
by
sharadyadav1986
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
decrcommandmemcached
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 29, 2023
by
sharadyadav1986
C) CLIENT_ERROR cannot increment or decrement non-numeric value
Reason:
CLIENT_ERROR cannot increment or decrement non-numeric value.
...