Distributed systems

  • submit to reddit

Redis as Memcached Replacement?

I found Redis to be a very interesting option to Memcached for use as caching layer: Pretty much set/get operations on key/value, just like memcached, but...

0 replies - 8362 views - 09/29/12 by Rodrigo De Castro in Articles

MongoDB: Replication Lag, Network Partition

Replication: when everything is working, it seems the easiest thing, but the challenge comes when we have failures. This is something that MongoDB, being a...

0 replies - 3825 views - 09/28/12 by Rodrigo De Castro in Articles

Asynchronous and negative testing

The photograph describing this article is a temperature probe for checking, of course, temperature differentials. Test-Driven Development is a technique that...

0 replies - 6455 views - 03/06/12 by Giorgio Sironi in Articles