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