Forum Discussion
Sanju_Kushwaha
May 19, 2021Copper Contributor
Azure Redis cache import
How to import .csv file to Azure Redis cache manually through portal or powershell? I am getting below exception when I tries to import. looks like its expecting .rdb file which I am not aware of. ...
ibnmbodji
May 20, 2021Steel Contributor
Hi in the Powershell instructions you can find this : " Format for the blob. Currently "rdb" is the only supported, with other formats expected in the future." So i guess you cannot unfortunately use another format.
https://docs.microsoft.com/fr-fr/azure/azure-cache-for-redis/cache-how-to-manage-redis-cache-powershell#to-import-an-azure-cache-for-redis
https://docs.microsoft.com/fr-fr/azure/azure-cache-for-redis/cache-how-to-manage-redis-cache-powershell#to-import-an-azure-cache-for-redis
- Sanju_KushwahaMay 31, 2021Copper Contributor
I need to upload half million records. I have also created a web application to convert csv data to json and used StringSet() to import data under Redis cache. For 1000 records it was working fine but for half million records it was giving below error
"An unknown error occurred when writing the message" for StackExchange package