revoltchat / backend

Monorepo for Revolt backend services.
https://developers.revolt.chat/api/
Other
1.14k stars 125 forks source link

fix(bonfire): random disconnects from redis #301

Closed TheBobBobs closed 8 months ago

TheBobBobs commented 8 months ago

Use fred.rs for bonfires redis connections instead of redis-rs https://github.com/aembke/fred.rs

Fixes the random disconnects from bonfire when redis-rs fails to parse a message.