mastodon / flodgatt

A blazingly fast drop-in replacement for the Mastodon streaming API server
GNU Affero General Public License v3.0
86 stars 8 forks source link

Refactor/reorganize streaming code #64

Closed codesections closed 5 years ago

codesections commented 5 years ago

This PR significantly simplifies the code in the redis_to_client_stream module, including by breaking out code into separate files. This should significantly aid in maintainability and future development.