R
Redis
23
0
Summary
Provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Available Actions(4)
set
Set a Redis key-value pair with optional expiration. Input: key (string): Redis key, value (string): Value to store, expireSeconds (number, optional): Expiration time in seconds.
get
Get value by key from Redis. Input: key (string): Redis key to retrieve.
delete
Delete one or more keys from Redis. Input: key (string | string[]): Key or array of keys to delete.
list
List Redis keys matching a pattern. Input: pattern (string, optional): Pattern to match keys (default: *).
Last Updated: April 8, 2025
커뮤니티 리뷰
0.0
0 리뷰
5
0
4
0
3
0
2
0
1
0
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요