1π
β
In one project I used Django-Notification for displaying and letting users know about latest activities.
As far as redis,
your django project uses Sessions, and makes queries to your database on most web pages. SO Just have Redis handle sessions rather than DJango.
This article goes more in depth on usind Redis. Good luck π
π€Frantz Romain
Source:stackexchange.com