Open IcoDeveloper opened 1 year ago
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
EnyimMemcachedCore 2.6.6 has been released for this issue.
Accessing a memcached via SSL, so I need to specify the server address as FQDN.
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