Provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Set a Redis key-value pair with optional expiration. Parameters: key (string), value (string), expireSeconds (number, optional)
Get value by key from Redis. Parameters: key (string)
Delete one or more keys from Redis. Parameters: key (string | string[]): Key or array of keys to delete
List Redis keys matching a pattern. Parameters: pattern (string, optional): Pattern to match keys (default: *)