Results 1 comments of dforce

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'"