Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 253 by [email protected]: Wiki info on incr/decr is incorrect
http://code.google.com/p/memcached/issues/detail?id=253
Wiki page here:
http://code.google.com/p/memcached/wiki/NewCommands#incr/decr states that
incr takes positive and negative numbers.
According to the protocol documentation here:
https://github.com/memcached/memcached/blob/master/doc/protocol.txt that is
incorrect - the parameter to incr & decr is a 64-bit unsigned integer.