I want to make use of the Azure Redis cache for scaling out Signal R. But I have few doubts regarding the scale out.
There is a possibility that 100's of clients might be connected with signal r hub at a given instance.
When we see the Azure Redis cache pricing
It says max connections 256, 1000 etc. Does these indicate the max number of clients that can be connected to the Signal R Hub using this Redis service as its back-plane ?
Or does it mean that at a given point of time there can be 256, 1000 etc. connections that can exchange data with the Redis service? Can some one elaborate on this.
Are the connections stated on the Redis service and the connections made with the Signal R hub inter-related ?