* Added redis open connection if it is closed * Removed unecessary modification * Added check connection in all methods * Renamed method * added await on method call * Refactor Redis connection handling: remove singleton pattern, ensure connections are opened and closed per operation. --------- Co-authored-by: Maicon Matsubara <maicon@fullwise.com.br> |
||
|---|---|---|
| .. | ||
| AgentMemory | ||
| BufferMemory | ||
| BufferWindowMemory | ||
| ConversationSummaryBufferMemory | ||
| ConversationSummaryMemory | ||
| DynamoDb | ||
| MongoDBMemory | ||
| RedisBackedChatMemory | ||
| UpstashRedisBackedChatMemory | ||
| ZepMemory | ||
| ZepMemoryCloud | ||