You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "test.py", line 87, in <module>
state = mc.get("run_state")
File "build/bdist.linux-armv7l/egg/memcache.py", line 1129, in get
... 42: 'douglass adams',
File "build/bdist.linux-armv7l/egg/memcache.py", line 1113, in _get
>>> mc.get_multi(['k1', 'k2', 'nonexist'],
File "build/bdist.linux-armv7l/egg/memcache.py", line 1101, in _unsafe_get
>>> success = mc.set("foo", "bar")
File "build/bdist.linux-armv7l/egg/memcache.py", line 1275, in _recv_value
raise Client.MemcachedKeyNoneError("Key is empty")
ValueError: invalid literal for int() with base 10: ''
The text was updated successfully, but these errors were encountered:
My guess is the clients set different flags, thus making them incompatible. Whatever php/pecl memcache sets for a flag of value 2, probably means something different than "integer". Looking at the php/pecl memcache code, it looks like it means MMC_COMPRESSED over there.
mc.get does not work at all
The text was updated successfully, but these errors were encountered: