Redis cache InvalidOperationException: Reading is not allowed after reader was completed
I have one webjob that is continously inserting data into redis I have another time trigger function to read data from the same redis cache after every 5 minutes. public static void ProcessData([TimerTrigger("0 */5 * * * *")] TimerInfo myTimer)…