Wednesday, 11 September 2013

Multiple redis instances using one shared DB file, does it work?

Multiple redis instances using one shared DB file, does it work?

To make sure redis uses multiple cores, I would like to start several
instances of redis on the same computer. Each instance will use the same
db file. I would like to know if having multiple instances sharing the
same file can cause any data corruption ?

No comments:

Post a Comment