dimanche 29 mars 2015

pipelining vs transaction in redis


Vote count:

0




When we use transaction in redis it basically pipelines all commands within the transaction. And when EXEC is fired then all the commands are executed together thus always maintaining atomicity of multiple commands.


Isnt this same as pipelining.



asked 23 secs ago







pipelining vs transaction in redis

Aucun commentaire:

Enregistrer un commentaire