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));
3 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);