Planecrash
Member since Dec 14, 2015
- Profile: /members/12970-planecrash.htm
- Comments: 1
Recent Blog Comments By Planecrash
-
Redis Doesn't Store Empty Sets Or Hashes (And Will Delete Empty Sets And Hashes)
Posted on Dec 14, 2015 at 6:39 PM
What if I want to cache the fact that a collection is empty, without creating a new key to do so? In my case... if(Key does not exist) { hit db; cache results; } If the db results are empty, it hits the db every time for the objects with empty result sets.... read more »