diamondburned / chatter

https://chatter.libdb.so
1 stars 0 forks source link

Optional Redis support #8

Open diamondburned opened 1 year ago

diamondburned commented 1 year ago

chatter should optionally support using a separate Redis database instance for pubsubbing. This would allow /sync to actually block until new events are received, which would greatly increase efficiency and performance.

Why Redis?