sixhours-team/memcached-spring-boot

Memcached metrics should not be bind to specific client implementation

Closed this issue · 0 comments

Due to multiple Memcached clients being supported, the metrics binder should not be tied to a specific implementation, in this case the net.rubyeye.xmemcached.MemcachedClient, used on this line.

Meter metrics should be agnostic of the underlying client used for the Memcached cache.