Comment #2 on issue 221 by [email protected]: Increment treats leading spaces as 0
http://code.google.com/p/memcached/issues/detail?id=221

No, I mean you set the value to " abc" where there's a leading space, instead of just "abcd".

Another example:

version
VERSION 1.4.7
set key 0 0 10
         a
STORED
get key
VALUE key 0 10
         a
END
incr key 25
25
get key
VALUE key 0 10
25
END


I expect it to fail at incr since " a" doesn't have any numbers in it.

Reply via email to