mirror of
https://github.com/open-webui/docs.git
synced 2026-07-19 22:53:44 -04:00
redis documentation incomplete - REDIS_URL variable is missing #107
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mglaubitz on GitHub (Oct 16, 2025).
Originally assigned to: @Classic298 on GitHub.
I tried to set up openwebui with UVICORN_WORKERS > 1 and failed since I had forgotten so set the REDIS_URL environment variable.
I had followed the instructions on
https://docs.openwebui.com/tutorials/integrations/redis/
which do not mention the REDIS_URL variable. It might be a good idea to add this piece of information there.
@Classic298 commented on GitHub (Oct 16, 2025):
RE: https://github.com/open-webui/open-webui/issues/18366
Thanks will tackle this soon.
@Classic298 commented on GitHub (Oct 27, 2025):
TODO
@Classic298 commented on GitHub (Nov 6, 2025):
Finally took the time to address this. Fixed.