Twitter newsfeed with Redis – Redis Series Episode 6



Twitter newsfeed with Redis – Redis Series Episode 6

Twitter newsfeed with Redis - Redis Series Episode 6

Example code: https://gitlab.com/Christf24/phpredis/tree/master
Check out /app/Http/Controllers/UserController.php, that should get you started :). Sorry the code is a bit messy, that was my testing repo

Create a basic newsfeed similar to Twitter where you can follow other users and see what they post. All of this is accomplished with Redis, and stored in memory. This requires no database tables, foreign keys, etc… Very cool and fun stuff.

Previous episode: https://www.youtube.com/watch?v=L2keoHFThwY

Comments are closed.