AppFlowy-IO / AppFlowy-Cloud

AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
GNU Affero General Public License v3.0
524 stars 145 forks source link

feat: use different shared state redis key prefix for independent collab service #665

Open khorshuheng opened 5 days ago

khorshuheng commented 5 days ago

Currently, the independent collab service is competing with the appflowy cloud service for the shared state redis key. During start up, both service will attempt to remove all redis key with the prefix.

After this PR, the new collab service will use a different prefix for the shared state.