#388 The Feed widget should not store data in Redis
Closed: Fixed Opened by abompard.

The Feed widget (and the Streams page) currently store their data in Redis. Since Redis stores all data in memory, this will not scale when we deploy on production and hundreds of users start using Hubs.
Aurélien and Sayan suggest using MongoDB instead (it would be a new dependency).


Metadata Update from @abompard:
- Issue priority set to: High
- Issue set to the milestone: Production

Fixed by changeset 3778a85b

Metadata Update from @abompard:
- Issue assigned to abompard
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata