kalaspuff/redis-cache-zend-framework

Why prepending 'item__' to keys

boosis opened this issue · 1 comments

What is the reason for this?

I assume it has something to do with keeping keys unique in order to support all of the prefixes (item__, tag__, and item_tags__). That way, someone could create an item key called "tag__1" and it would store as "item__tag__1" so as not to conflict with the "tag" data for key "1".