Accessing a memcached via SSL, so I need to specify the server address as FQDN.
"MemcachedClient": {
"Servers": [
{
"Address": "memcached.ws-mbe-vm.example.com",
"Port": 11211
}
],
"UseSslStream": true
}
This leads to a statistics object with keys of type DNSEndpoint which cannot be retrieved using GetValue because Getvalue tries to iterate or access the keys as IPEndpoints