I wanted to know if the user's GROUP data is shared across servers when using SignalR + Redis. I want to know that because I need to decide whether to use Caching to keep the Group data sync across servers.
Another thing I need to know that if the data is being kept on Redis, is there any expiration for it?