pinterest / pymemcache

A comprehensive, fast, pure-Python memcached client.
https://pymemcache.readthedocs.io/
Apache License 2.0
778 stars 179 forks source link

AttributeError: 'HashClient' object has no attribute 'stats' #549

Open zwgtdev opened 1 year ago

zwgtdev commented 1 year ago

Thanks for a fantastic library. I am trying to do a bit of debugging and wanted to print out all keys and data in the cache. It seems that stats is not available in the HashClient, is there an alternative or a way that this could perhaps be added?

jogo commented 11 months ago

Looks like an easy feature request, should be able to follow a similar pattern used for other HashClient calls.