In the last blog I discussed NULLs and data denormalization. The code can be found on Github here. In this blog I will show how we can apply filters to our data.
Filtering data is limiting the data returned based on conditions. In SQL this is accomplished by a WHERE clause. Doing filtering on the…
In the previous blog I highlighted the scalability and high availability features available in Redis. In this blog I will show how a demo application uses Redis to cache searches sent to Twitter. The code can be found on Github here.
Demo Application
In this last post I thought I would show one…