Skip to main content
Glama
AGGREGATE_WITHCURSOR.d.ts681 B
import { AggregateOptions, AggregateRawReply, AggregateReply } from './AGGREGATE'; export { FIRST_KEY_INDEX, IS_READ_ONLY } from './AGGREGATE'; interface AggregateWithCursorOptions extends AggregateOptions { COUNT?: number; } export declare function transformArguments(index: string, query: string, options?: AggregateWithCursorOptions): import("@redis/client/dist/lib/commands").RedisCommandArguments; type AggregateWithCursorRawReply = [ result: AggregateRawReply, cursor: number ]; interface AggregateWithCursorReply extends AggregateReply { cursor: number; } export declare function transformReply(reply: AggregateWithCursorRawReply): AggregateWithCursorReply;

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