in aws elasticached memcached, there is option for 'in transit" which means connection with tls.
in case of cli, I can connect to tls memecached by this command below
openssl s_client :
I tested it worked and I also want to apply it to my spring project (not spring boot)
in my project, config for cacheManager is being configured by xml file with SSM(simpleSpringMemcached) and xmemcached lib
so I wonder if xmemcached support tls connection
please give me some guide if its possible