Skip to content
Discussion options

You must be logged in to vote

The main "problem" you encounter when enabling Redis is needing to manually flush your cache as needed.

If you can manage this, you should enable it for your use case so that sessions can be shared across instances.

It's marked as experimental because I haven't personally configured a setup like this yet.

Also, right now the redis cache is also coupled with other values aside from sessions. This needs to be decoupled at some point as you wouldn't necessarily want to flush sessions but may want to flush values such as models fetched from OpenAI, etc.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cshenrik
Comment options

@danny-avila
Comment options

Answer selected by cshenrik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
❓ question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #1839 on February 19, 2024 21:10.