Skip to main content
Glama

Redis Cloud API MCP Server

Official
by redis
DatabaseAlertSpec.ts832 B
/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Optional. Redis database alerts */ export type DatabaseAlertSpec = { /** * Required. Alert name */ name: DatabaseAlertSpec.name; /** * Required. Alert value */ value: number; }; export namespace DatabaseAlertSpec { /** * Required. Alert name */ export enum name { DATASET_SIZE = 'dataset-size', DATASETS_SIZE = 'datasets-size', THROUGHPUT_HIGHER_THAN = 'throughput-higher-than', THROUGHPUT_LOWER_THAN = 'throughput-lower-than', LATENCY = 'latency', SYNCSOURCE_ERROR = 'syncsource-error', SYNCSOURCE_LAG = 'syncsource-lag', CONNECTIONS_LIMIT = 'connections-limit', } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/redis/mcp-redis-cloud'

If you have feedback or need assistance with the MCP directory API, please join our Discord server