Memcached is a JSON Structure definition published by Censys, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-memcached-structure.json",
"name": "Memcached",
"description": "Memcached schema from Censys Platform API",
"type": "object",
"additionalProperties": false,
"properties": {
"ascii_binding_protocol_enabled": {
"type": "boolean",
"description": "Whether server responds to a handshake using the ASCII wire format of the protocol."
},
"binary_binding_protocol_enabled": {
"type": "boolean",
"description": "Whether server responds to a handshake using the binary wire format of the protocol."
},
"responds_to_udp": {
"type": "boolean",
"description": "Whether the server on the UDP port with the same number responds to a handshake using the ASCII wire format of the protocol."
},
"stats": {
"type": "object",
"description": "Server information returned in response to the stats command, as a set of key:value pairs.",
"additionalProperties": {
"type": "string"
}
},
"version": {
"type": "string",
"description": "The Memcached version indicated in the server's response."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.