Leaseweb / LswMemcacheBundle

Symfony bundle for Memcache Doctrine caching and session storage in the Web Debug Toolbar.
MIT License
202 stars 57 forks source link

fix: make it possible to use general stats #58

Closed d3f3kt closed 9 years ago

d3f3kt commented 9 years ago

Till now it wasnt possible to get the general stats of the memcached server. If you try to call the method 'getStats()' or 'getExtendedStats()' without a special $type you will get this warning:

Warning: MemcachePool::getextendedstats(): Invalid stats type

mevdschee commented 9 years ago

Thank you very much. It seems like a valuable addition.