SK-Yang / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

Wiki info on incr/decr is incorrect #253

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by malc...@tellybug.com on 14 Feb 2012 at 12:51

GoogleCodeExporter commented 9 years ago
You are absolutely correct, thanks for playing!

Original comment by dorma...@rydia.net on 14 Jul 2012 at 11:41