#support

Role of Redis in Chatwoot

TLDR jonaski asked about Redis' role in Chatwoot. sojan_official clarified it's used for caching functions like online status, but postgres always holds the complete data.

Powered by Struct AI

1

2
9mo
Solved
Join the chat
Mar 07, 2023 (9 months ago)
jonaski
Photo of none
jonaski
11:47 AM
What data is redis used for in chatwoot? Is it only temporary storage, or important data?
sojan_official
Photo of md5-788237a2af5ff191b07ee9f215706ead
sojan_official
11:56 AM
jonaski It acts as a cache for things like online status, round robin queues etc.
postgres is always the source of truth.