1 write to GroupName
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Internal\RedisGroupCommand.cs (1)
38
GroupName
= groupName;
5 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
);
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (2)
RedisProtocolTests.cs (2)
77
Assert.Equal(testData.Decoded.
GroupName
, decoded.
GroupName
);