Skip to content Skip to sidebar Skip to footer

Redis databases

Redis Database Part 06: Query Filtering

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…