sixhours-team/memcached-spring-boot

Core library functionality should not depend on the specific client library

Closed this issue · 1 comments

The core functionality of the library should be agnostic of the memcached client (e.g. XMemcached, SpyMemcached) used for communication with Memcache server.

Remove the dependency on net.rubyeye.xmemcached.utils.AddrUtil from the MemcachedCacheProperties and handle parsing of the server list to InetSocketAddress within the library.

Closed with #94