2 references to 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));