Tutorial: Design and implementation of a simple Twitter clone using PH...
This article describes the design and implementation of avery simple Twitter clonewritten using PHP with Redis as the only database. The programming community has traditionally considered key-value stores as a special purpose database that couldn’t be used as a drop in replacement for a relational database for the development of web applications. This article will try to show that Redis data structures on top of a key-value layer are an effective data model to implement many kinds of application...