top | item 6781438 (no title) rbolkey | 12 years ago As a corollary, for what should I avoid using Redis?I've heard wonderful things, but I've also heard that you can easily abuse Redis for things that aren't appropriate. discuss order hn newest kcorbitt|12 years ago Data too large to fit in memory; anything that you're going to want to query relationally (as opposed to just key/value) in the future. sitkack|12 years ago Not entirely true. Redis sets are quite powerful. yareally|12 years ago When you find yourself doing things too often you should be doing in a relational db (i.e. lots of foreign key relations).
kcorbitt|12 years ago Data too large to fit in memory; anything that you're going to want to query relationally (as opposed to just key/value) in the future. sitkack|12 years ago Not entirely true. Redis sets are quite powerful.
yareally|12 years ago When you find yourself doing things too often you should be doing in a relational db (i.e. lots of foreign key relations).
kcorbitt|12 years ago
sitkack|12 years ago
yareally|12 years ago