Skip to content

Cannot retrieve statistics values when specifying Servers by FQDN,  #196

@IcoDeveloper

Description

@IcoDeveloper

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions