cachy
cachy copied to clipboard
cache.increment got exception ValueError: invalid literal for int() with base 10: 'value'
cache.increment('key', 1)
Traceback (most recent call last):
File "workspace/DataSpider/script/orator-test.py", line 76, in
This is similar to errors seen when cachy is not not handling concurrent access from multiple processes, see #22.