Notification and News Area by using Redis
问题 I have a photo album system which people can upload photos and interract with other users. I use mySql and Redis to handle traffic and store the data. In my system, users can follow other users, like photos, comment on them and upload new photos. In this scenario, I want to show all events from user's followings on their wall (like facebook timeline). For example, I follow users 30,40,50,60,70 and 80 ids. Whenever they add a new photo, I would like to see them on my wall. The problem is this