# Memcached


## Fields

| Field                                                                                                                        | Type                                                                                                                         | Required                                                                                                                     | Description                                                                                                                  |
| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| `ASCIIBindingProtocolEnabled`                                                                                                | **bool*                                                                                                                      | :heavy_minus_sign:                                                                                                           | Whether server responds to a handshake using the ASCII wire format of the protocol.                                          |
| `BinaryBindingProtocolEnabled`                                                                                               | **bool*                                                                                                                      | :heavy_minus_sign:                                                                                                           | Whether server responds to a handshake using the binary wire format of the protocol.                                         |
| `RespondsToUDP`                                                                                                              | **bool*                                                                                                                      | :heavy_minus_sign:                                                                                                           | Whether the server on the UDP port with the same number responds to a handshake using the ASCII wire format of the protocol. |
| `Stats`                                                                                                                      | map[string]*string*                                                                                                          | :heavy_minus_sign:                                                                                                           | Server information returned in response to the stats command, as a set of key:value pairs.                                   |
| `Version`                                                                                                                    | **string*                                                                                                                    | :heavy_minus_sign:                                                                                                           | The Memcached version indicated in the server's response.                                                                    |