For loop get items from redis delay
Problem
I'm using Node.js w/ node_redis and am looping through an object and looking up data in Redis, then returning results.
I have it setup like this… Read More
How should I store JSON in redis?
Problem
I have JSON (node.js. What are the pros and cons of storing it as an object or string? Are there other options I missed? All processing will ultima… Read More