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