Compare commits

..

No commits in common. "83d83b03a95296e2f42306892b2e3cbf78390724" and "87ef37f0a9408a760d926e38b361e70ba71571e8" have entirely different histories.

View File

@ -1,5 +1,4 @@
from pymemcache.client.base import Client from pymemcache.client.base import Client
from pymemcache import serde
import constants import constants
@ -23,6 +22,5 @@ else:
constants.MEMCACHED_HOST_PATH, constants.MEMCACHED_HOST_PATH,
timeout=1, timeout=1,
allow_unicode_keys=True, allow_unicode_keys=True,
encoding='utf-8', encoding='utf-8'
serde=serde.pickle_serde
) )