1 write to GroupName
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Internal\RedisGroupCommand.cs (1)
38
GroupName
= groupName;
3 references to GroupName
Microsoft.AspNetCore.SignalR.StackExchangeRedis (3)
Internal\RedisProtocol.cs (1)
111
writer.Write(command.
GroupName
);
RedisHubLifetimeManager.cs (2)
498
await RemoveGroupAsyncCore(connection, groupMessage.
GroupName
);
503
await AddGroupAsyncCore(connection, groupMessage.
GroupName
);