pymemcache icon indicating copy to clipboard operation
pymemcache copied to clipboard

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

Open zwgtdev opened this issue 2 years ago • 1 comments

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?

zwgtdev avatar Oct 16 '23 11:10 zwgtdev

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

jogo avatar Nov 22 '23 17:11 jogo