dforce
Results
1
comments of
dforce
pymemcache.exceptions.MemcacheUnknownCommandError: b'get' when hitting maximum number of connections
I have the same issue. `from pymemcache.client.base import Client client = Client(('localhost', 11211)) hits = client.stats('get_hits') misses = client.stats('get_misses') print(f'Hits: {hits}') print(f'Misses: {misses}') Got error "pymemcache.exceptions.MemcacheUnknownCommandError: b'stats'"