ukris / typhoonae

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

Memcache does not support the initial_value argument for incr, decr and offset_multi #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following assertion raises an AssertionError with TyphoonAE's Memcache 
implementation:

google.appengine.api.memcache.incr('counter', initial_value=10)
assert google.appengine.api.memcache.get('counter') == 11

Original issue reported on code.google.com by tobias.r...@gmail.com on 2 Oct 2010 at 3:50

GoogleCodeExporter commented 9 years ago
Fixed in the trunk.

Original comment by tobias.r...@gmail.com on 2 Oct 2010 at 4:43

GoogleCodeExporter commented 9 years ago
Fixed in the 0.2.0 release.

Original comment by tobias.r...@gmail.com on 12 Dec 2010 at 11:31