Redis alternatives for ContextForge? #3744
Replies: 1 comment 1 reply
-
|
Hi @EricWilson-BluePrism, thanks for asking. Redis is entirely optional for development, but it provides a massive performance boost and is required for supported production deployments. We have a pluggable cache backend system (ADR-007) with four options, controlled by the
Out of the box the default is Regarding Redis-compatible alternatives (Valkey, KeyDB, DragonflyDB): we haven't explicitly tested these, but since we use the standard Config in CACHE_TYPE=database # or memory, redis, none
REDIS_URL=redis://localhost:6379/0 # only used when CACHE_TYPE=redis |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Are there alternative caching platforms that can be used with ContextForge, or is Redis the only supported platform right now? I think the answer is the latter but just wanted to make sure.
Beta Was this translation helpful? Give feedback.
All reactions