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 minute
I am trying to use Azure Redis instance as the backplane for my dotnet core signalr application. I need to pull the configuration settings from a database. How
is there a way to get the number of channel subscriptions to a specific Redis channel through the StackExchange.Redis library? When interacting with Redis direc