nikitas-novatix
|
eadf1b11b3
|
Fix: Add keep-alive options to Redis clients to prevent idle timeouts and socket closing. (#4377)
* redis keepalive mechanism for all redis
* removed offline queue commands
* Simplified changes for consistency. Added REDIS_KEEP_ALIVE env variable.
* update redis socket alive env variable
* lint fix
---------
Co-authored-by: Henry <hzj94@hotmail.com>
Co-authored-by: Henry Heng <henryheng@flowiseai.com>
|
2025-05-14 10:29:32 +08:00 |
Henry Heng
|
a2a475ba7a
|
Feature/Add bullmq redis for message queue processing (#3568)
* add bullmq redis for message queue processing
* Update pnpm-lock.yaml
* update queue manager
* remove singleton patterns, add redis to cache pool
* add bull board ui
* update rate limit handler
* update redis configuration
* Merge add rate limit redis prefix
* update rate limit queue events
* update preview loader to queue
* refractor namings to constants
* update env variable for queue
* update worker shutdown gracefully
|
2025-01-23 14:08:02 +00:00 |
Henry
|
02fe500f21
|
Merge branch 'main' into chore/Upgrade-LC-version
# Conflicts:
# packages/components/nodes/cache/RedisCache/RedisCache.ts
# packages/components/nodes/cache/RedisCache/RedisEmbeddingsCache.ts
# packages/components/nodes/chains/ConversationChain/ConversationChain.ts
# packages/components/nodes/tools/RetrieverTool/RetrieverTool.ts
# packages/components/nodes/vectorstores/Qdrant/Qdrant.ts
# packages/components/nodes/vectorstores/Redis/Redis.ts
# packages/components/nodes/vectorstores/Redis/RedisSearchBase.ts
# packages/components/nodes/vectorstores/Redis/Redis_Existing.ts
# packages/components/nodes/vectorstores/Redis/Redis_Upsert.ts
# packages/components/src/agents.ts
|
2024-01-31 00:25:37 +00:00 |
Henry
|
393f9b57c6
|
use singleton redis connection
|
2024-01-28 17:18:18 +00:00 |
Henry
|
0606d2c6dd
|
upgrade langchain version 0.1.0
|
2024-01-26 23:41:55 +00:00 |
tuxBurner
|
a2404afc41
|
#1385 fixed linting
|
2023-12-14 10:43:50 +01:00 |
tuxBurner
|
871dea249c
|
Added boolean flag which enables ssl connection for redis nodes.
This is needed for example connecting to the azure redis sever.
|
2023-12-13 18:47:25 +01:00 |
vinodkiran
|
b40b41bdbc
|
Redis Credential : Additional Redis URL based credential
|
2023-10-20 16:33:32 +05:30 |
vinodkiran
|
21f6209a1b
|
Embeddings Cache Feature - RedisEmbeddingsCache
|
2023-10-18 10:58:36 +05:30 |