incr() failed in python client 0.5
Sat, 02/25/2012 - 03:15
I tried to run
>>> client.incr('test', 1, 0)
And it kept logging this error:
[2012-02-25 02:10:55,165] - [membaseclient] [1100523840] - ERROR - 'amount'
[2012-02-25 02:10:55,488] - [membaseclient] [1100523840] - ERROR - 'amount'
[2012-02-25 02:10:55,806] - [membaseclient] [1100523840] - ERROR - 'amount'
[2012-02-25 02:10:56,133] - [membaseclient] [1100523840] - ERROR - 'amount'
solved after upgrading to 2.0 preview.