Wednesday, 15 February 2012

Is redis on azure durable across deployments? -


I am evaluating Radis deployment on windows blue to support an application. I have many different types for deployment - Different methods have been found.

  1. The first is to create a worker role for redis-server.exe, and ProgramEntryPoint in the CSDF file -

  2. The second device is used by RedisInstWA

    If I use Option 1, then on each deployment Redis' db file will be overwritten.

    I see in the documentation that RedisInstWA uses an EZUR storage account, whether it is the database file for deployment for the deployment components Used to store, some more? Is there a way to maintain DDS in the deployment? Or is there a way to get a copy of the DB file, so it can be deployed with the server to ensure that the data on the deployment is not lost (they are necessary).

    Or you can host it only on Windows Azure Virtual Machine which is both permanent and durable

    No comments:

    Post a Comment