4 references to WriteGroupCommand
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
RedisProtocolBenchmark.cs (2)
46_writtenGroupCommand = RedisProtocol.WriteGroupCommand(_groupCommand); 61RedisProtocol.WriteGroupCommand(_groupCommand);
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
RedisHubLifetimeManager.cs (1)
351var message = RedisProtocol.WriteGroupCommand(new RedisGroupCommand(id, _serverName, action, groupName, connectionId));
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisProtocolTests.cs (1)
88var encoded = RedisProtocol.WriteGroupCommand(testData.Decoded);