Redis
by Redis Ltd.
Connect agents to Redis for caching, session storage, pub/sub messaging, and fast key-value data operations.
Sådan bruger agenter Redis
- ✓Cache LLM responses to avoid redundant API calls and reduce costs
- ✓Maintain conversation state and session data across agent interactions
- ✓Implement rate limiting and usage tracking for AI workflows
- ✓Queue tasks between agent pipeline stages using Redis lists
- ✓Pub/sub event broadcasting between concurrent agent processes
Agenthandlinger
Input: key
Returnerer: value, exists
Input: key, value, ttl, nx
Returnerer: success, previousValue
Input: keys
Returnerer: deletedCount
Input: key, ttl
Returnerer: success, ttlRemaining
Input: key, amount
Returnerer: newValue
Input: key, fields
Returnerer: addedFields
Input: key, fields
Returnerer: data
Input: key, values, side
Returnerer: listLength
Input: key, side, count
Returnerer: value, values
Input: channel, message
Returnerer: subscribers
Input: pattern, count
Returnerer: keys, total
Eksempel på workflows
Session cache
Store and retrieve user session data with automatic expiry
Rate limiting
Increment counters per user/IP with TTL for sliding window rate limits
Om Redis
- Leverandør
- Redis Ltd.
- Pris Tjek altid detaljer med udbyderen
- Gratis / Betalt — Redis Community Edition is free and open-source. Redis Cloud offers a free 30MB tier; paid plans start at ~$7/month.
- Godkendelse
- Bearer-token
- Hastighedsgrænse Tjek altid detaljer med udbyderen
- 10000 anmodninger / minut
- Kompatible noder
- AgentResourceInputOutput
- Hjemmeside
- https://redis.io
Byg et AI-workflow med Redis
Brug Agentic Planner til at designe, visualisere og forbinde Redis med dine andre værktøjer.
Åbn Agentic Planner