1 write to GroupManagement
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Internal\RedisChannels.cs (1)
36
GroupManagement
= prefix + ":internal:groups";
2 references to GroupManagement
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
RedisHubLifetimeManager.cs (2)
352
await PublishAsync(_channels.
GroupManagement
, message);
482
var channel = await _bus!.SubscribeAsync(RedisChannel.Literal(_channels.
GroupManagement
));