MEMCACHED
Memcached is a high-performance, distributed memory caching system used to speed up dynamic web applications by alleviating database load. It stores data in memory to reduce the need for repeated access to the database.
Field |
Type |
Description |
---|---|---|
services.memcached |
object |
|
services.memcached.ascii_binding_protocol_enabled |
boolean |
Whether server responds to a handshake using the ASCII wire format of the protocol. |
services.memcached.binary_binding_protocol_enabled |
boolean |
Whether server responds to a handshake using the binary wire format of the protocol. |
services.memcached.responds_to_udp |
boolean |
Whether the server on the UDP port with the same number responds to a handshake using the ASCII wire format of the protocol. |
services.memcached.stats |
nested |
Server information returned in response to the stats command, as a set of key:value pairs. |
services.memcached.stats.key |
text |
|
services.memcached.stats.value |
text |
|
services.memcached.version |
text |
The Memcached version indicated in the server's response. |
Comments
0 comments
Article is closed for comments.