4 references to _serverName
Microsoft.AspNetCore.SignalR.StackExchangeRedis (4)
RedisHubLifetimeManager.cs (4)
75
_channels = new RedisChannels(typeof(THub).FullName!,
_serverName
);
86
RedisLog.ConnectingToEndpoints(_logger, options.Value.Configuration.EndPoints,
_serverName
);
351
var message = RedisProtocol.WriteGroupCommand(new RedisGroupCommand(id,
_serverName
, action, groupName, connectionId));
519
var channel = await _bus!.SubscribeAsync(RedisChannel.Literal(_channels.Ack(
_serverName
)));