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

Store each Redis message as a growable String #30

Closed codesections closed 5 years ago

codesections commented 5 years ago

This PR stores each message received from Redis as a growable string rather than in a buffer of fixed size. This allows the server to receive messages of any length.