If you ever make it to Rome, don’t miss to have dinner at this place. The food is delicious and pizza costs about 10EUR, house wine is 6.50EUR / liter and espresso as cheap as 1EUR.
Wirklich ein super Service und die Qualität der Hemden ist echt spitze. Und hey, wer trägt nicht auch gern mal Maßhemden? Ich kann die Jungs nur empfehlen.
We have ended up using Redis for a host of other smaller things as we continue to grow. Although this wasn’t an explicit decision, Redis provides enough basic data types and functionality to get most problems done and you’d be hard pressed to find something that can do it faster.
I knew Bump is using Redis, but it is only now that I’ve discovered their post describing what they use Redis for:
- messaging
- log aggregation
- basic social graph
- asset caching
Original title and link: Redis at Bump (©myNoSQL)
Redis is really a nice NoSQL product. I’m using it for caching third party API results with my current project.
Source: nosql