Redis Database – Part 05 – Handling NULLs and Data Denormalization

In the last blog I covered how we create our first data model and some queries. The code can be found on Github here. In this blog I want to discuss handling NULL input data and data denormalization. NULL Data NOSQL databases do NOT have the concept of NULL. Since there is no schema enforcement, … More Redis Database – Part 05 – Handling NULLs and Data Denormalization