3 references to ReadGroupCommand
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
RedisProtocolBenchmark.cs (1)
91
RedisProtocol.
ReadGroupCommand
(_writtenGroupCommand);
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
RedisHubLifetimeManager.cs (1)
487
var groupMessage = RedisProtocol.
ReadGroupCommand
(channelMessage.Message);
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisProtocolTests.cs (1)
72
var decoded = RedisProtocol.
ReadGroupCommand
(testData.Encoded);