1 write to All
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Internal\RedisChannels.cs (1)
35
All
= prefix + ":all";
5 references to All
Microsoft.AspNetCore.SignalR.StackExchangeRedis (5)
RedisHubLifetimeManager.cs (5)
156
return PublishAsync(_channels.
All
, message);
163
return PublishAsync(_channels.
All
, message);
451
RedisLog.Subscribing(_logger, _channels.
All
);
452
var channel = await _bus!.SubscribeAsync(RedisChannel.Literal(_channels.
All
));
457
RedisLog.ReceivedFromChannel(_logger, _channels.
All
);