Category "stackexchange.redis"

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 minute

Inject service to configure SignalR backplane

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

StackExchange.Redis: Get the count of channel subscriptions (i.e. PUBSUB NUMSUB)

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