Switch srmember memcache pool from binary to ascii protocol.

This commit is contained in:
Brian Simpson
2015-07-31 23:23:34 -04:00
parent 35951538f9
commit 09121a3cb8

View File

@@ -668,7 +668,6 @@ class Globals(object):
self.srmembercaches,
min_compress_len=96,
num_clients=num_mc_clients,
binary=True,
validators=[validate_size_error],
)