2 instantiations of RedisGroupCommand
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
Internal\RedisProtocol.cs (1)
218
return new
RedisGroupCommand
(id, serverName, action, groupName, connectionId);
RedisHubLifetimeManager.cs (1)
351
var message = RedisProtocol.WriteGroupCommand(new
RedisGroupCommand
(id, _serverName, action, groupName, connectionId));
4 references to RedisGroupCommand
Microsoft.AspNetCore.SignalR.StackExchangeRedis (3)
Internal\RedisProtocol.cs (2)
92
public static byte[] WriteGroupCommand(
RedisGroupCommand
command)
205
public static
RedisGroupCommand
ReadGroupCommand(ReadOnlyMemory<byte> data)
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);