Flowise/packages/components/nodes/memory
Maicon Matsubara d20a970a7b
Bugfix/redis connection is closed (#3591)
* 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>
2024-12-03 16:14:40 +00:00
..
AgentMemory Feature/Postgres agent memory (#3495) 2024-11-09 14:15:44 +00:00
BufferMemory Feature/Append uploaded images to message history (#3105) 2024-09-02 11:27:45 +01:00
BufferWindowMemory Bugfix/Buffer Memory for Anthropic (#3242) 2024-09-24 15:19:08 +01:00
ConversationSummaryBufferMemory Bugfix/Buffer Memory for Anthropic (#3242) 2024-09-24 15:19:08 +01:00
ConversationSummaryMemory Bugfix/Buffer Memory for Anthropic (#3242) 2024-09-24 15:19:08 +01:00
DynamoDb Feature/Append uploaded images to message history (#3105) 2024-09-02 11:27:45 +01:00
MongoDBMemory Chore/MongoDB Connection (#3469) 2024-11-07 19:05:00 +00:00
RedisBackedChatMemory Bugfix/redis connection is closed (#3591) 2024-12-03 16:14:40 +00:00
UpstashRedisBackedChatMemory Feature/Append uploaded images to message history (#3105) 2024-09-02 11:27:45 +01:00
ZepMemory Feature/Append uploaded images to message history (#3105) 2024-09-02 11:27:45 +01:00
ZepMemoryCloud Feature/Append uploaded images to message history (#3105) 2024-09-02 11:27:45 +01:00