How do you convert Page Blob to RDB (redis dump)

C M 1 Reputation point
2021-03-17T16:42:45.79+00:00

I have a 26gb redis cache which automatically backs up to azure blob storage.
The files in the repo are split at 1.5gb intervals and stored in "page blob" format.
How do I go about converting those to the expected dump.rdb format so we can run testing external to the platform?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,427 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
213 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 43,486 Reputation points Microsoft Employee
    2021-03-22T06:28:13.317+00:00

    @C M Thanks for raising this question! Firstly, apologies for the delay in responding here and any inconvenience this issue may have caused.

    Blob is just the container for binary data – the format for whatever is uploaded there isn’t going to change.

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    ------------------------------------------------------------------------------------------------------------------------------------------------------------

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.