Skip to main content
Glama
SCAN.d.ts594 B
import { RedisCommandArgument, RedisCommandArguments } from '.'; import { ScanOptions } from './generic-transformers'; export declare const IS_READ_ONLY = true; export interface ScanCommandOptions extends ScanOptions { TYPE?: RedisCommandArgument; } export declare function transformArguments(cursor: number, options?: ScanCommandOptions): RedisCommandArguments; type ScanRawReply = [string, Array<string>]; export interface ScanReply { cursor: number; keys: Array<RedisCommandArgument>; } export declare function transformReply([cursor, keys]: ScanRawReply): ScanReply; 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