Compare commits
No commits in common. "83d83b03a95296e2f42306892b2e3cbf78390724" and "87ef37f0a9408a760d926e38b361e70ba71571e8" have entirely different histories.
83d83b03a9
...
87ef37f0a9
@ -1,5 +1,4 @@
|
||||
from pymemcache.client.base import Client
|
||||
from pymemcache import serde
|
||||
|
||||
import constants
|
||||
|
||||
@ -23,6 +22,5 @@ else:
|
||||
constants.MEMCACHED_HOST_PATH,
|
||||
timeout=1,
|
||||
allow_unicode_keys=True,
|
||||
encoding='utf-8',
|
||||
serde=serde.pickle_serde
|
||||
encoding='utf-8'
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user