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