NoSQL: Redis: A technique for Verifying Propagation of Writes

| | bookmark | email

Redis: A technique for Verifying Propagation of Writes

Interesting idea on how to emulate in Redis MongoDB's db.runCommand( { getlasterror : 1 , w : 2 } ) [1] to verify propagation of writes:

tags:Redis,MongoDB

via NoSQL databases