Overview | Service | Command |
Returns the memcached client configuration on a mailbox server.
Authorization token required | true |
Admin Authorization token required | true |
<GetMemcachedClientConfigRequest /> ## GetMemcachedClientConfigRequest
<GetMemcachedClientConfigResponse [serverList="{comma-sep-server-list}"] [hashAlgorithm="{hash-algorithm}"]
[binaryProtocol="{binary-protocol-enabled} (0|1)"]
[defaultExpirySeconds="{default-expiry-secs} (Integer)"]
[defaultTimeoutMillis="{default-timeout-millis} (Long)"] /> ## GetMemcachedClientConfigResponse
The following table describes elements and attributes you can define within a
<GetMemcachedClientConfigResponse>
element:
XPath | Required / Optional | Description |
@serverList | Optional (0 or 1) | Type:String Comma separated list of host:port for memcached servers |
@hashAlgorithm | Optional (0 or 1) | Type:String KETAMA_HASH, etc. |
@binaryProtocol | Optional (0 or 1) | Type:0|1 Flags whether memcached binary protocol is in use or not |
@defaultExpirySeconds | Optional (0 or 1) | Type:Integer Default entry expiry in seconds |
@defaultTimeoutMillis | Optional (0 or 1) | Type:Long Default timeout in milliseconds |