Skip to main content
Glama
XAUTOCLAIM.d.ts712 B
import { RedisCommandArgument, RedisCommandArguments } from '.'; import { StreamMessagesNullReply } from './generic-transformers'; export declare const FIRST_KEY_INDEX = 1; export interface XAutoClaimOptions { COUNT?: number; } export declare function transformArguments(key: RedisCommandArgument, group: RedisCommandArgument, consumer: RedisCommandArgument, minIdleTime: number, start: string, options?: XAutoClaimOptions): RedisCommandArguments; type XAutoClaimRawReply = [RedisCommandArgument, Array<any>]; interface XAutoClaimReply { nextId: RedisCommandArgument; messages: StreamMessagesNullReply; } export declare function transformReply(reply: XAutoClaimRawReply): XAutoClaimReply; export {};

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/GongRzhe/REDIS-MCP-Server'

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