Redis · JSON Structure
Redis Server Info Structure
JSON structure for Redis INFO command output covering server, memory, clients, replication, and keyspace sections.
Type: object
Properties: 0
CacheDatabaseIn-MemoryKey-Value StoreNoSQLOpen-SourceStreaming
Redis Server Info Structure is a JSON Structure definition published by Redis.
Meta-schema:
JSON Structure
{
"title": "Redis Server Info Structure",
"description": "JSON structure for Redis INFO command output covering server, memory, clients, replication, and keyspace sections.",
"type": "object",
"fields": [
{ "name": "redis_version", "type": "string", "required": false, "description": "Redis server version." },
{ "name": "redis_mode", "type": "string", "required": false, "description": "Operational mode (standalone, sentinel, cluster).", "enum": ["standalone", "sentinel", "cluster"] },
{ "name": "uptime_in_seconds", "type": "integer", "required": false, "description": "Seconds since server start." },
{ "name": "connected_clients", "type": "integer", "required": false, "description": "Active client connections." },
{ "name": "used_memory", "type": "integer", "required": false, "description": "Bytes allocated by Redis." },
{ "name": "maxmemory", "type": "integer", "required": false, "description": "Memory limit in bytes." },
{ "name": "maxmemory_policy", "type": "string", "required": false, "description": "Eviction policy.", "enum": ["noeviction", "allkeys-lru", "volatile-lru", "allkeys-random", "volatile-random", "volatile-ttl", "allkeys-lfu", "volatile-lfu"] },
{ "name": "role", "type": "string", "required": false, "description": "Replication role (master, replica).", "enum": ["master", "replica"] },
{ "name": "connected_slaves", "type": "integer", "required": false, "description": "Number of connected replicas." },
{ "name": "total_commands_processed", "type": "integer", "required": false, "description": "Total commands processed." },
{ "name": "keyspace_hits", "type": "integer", "required": false, "description": "Successful key lookups." },
{ "name": "keyspace_misses", "type": "integer", "required": false, "description": "Failed key lookups." },
{ "name": "expired_keys", "type": "integer", "required": false, "description": "Keys expired." },
{ "name": "evicted_keys", "type": "integer", "required": false, "description": "Keys evicted by policy." },
{ "name": "db", "type": "object", "required": false, "description": "Per-database key statistics keyed by db number (e.g., db0, db1)." }
]
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/redis-server-info-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
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.
A second provider on the same verified email joins the account you already have.