2 instantiations of RedisProtocol
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
RedisHubLifetimeManager.cs (2)
78
_protocol = new
RedisProtocol
(new DefaultHubMessageSerializer(hubProtocolResolver, globalHubOptions.Value.SupportedProtocols, hubOptions.Value.SupportedProtocols));
83
_protocol = new
RedisProtocol
(new DefaultHubMessageSerializer(hubProtocolResolver, supportedProtocols, null));
12 references to RedisProtocol
Microsoft.AspNetCore.SignalR.StackExchangeRedis (12)
RedisHubLifetimeManager.cs (12)
16
using RedisProtocol = Microsoft.AspNetCore.SignalR.StackExchangeRedis.Internal.
RedisProtocol
; // to disambiguate from StackExchange.Redis.RedisProtocol
35
private readonly
RedisProtocol
_protocol;
351
var message =
RedisProtocol
.WriteGroupCommand(new RedisGroupCommand(id, _serverName, action, groupName, connectionId));
459
var invocation =
RedisProtocol
.ReadInvocation(channelMessage.Message);
487
var groupMessage =
RedisProtocol
.ReadGroupCommand(channelMessage.Message);
507
await PublishAsync(_channels.Ack(groupMessage.ServerName),
RedisProtocol
.WriteAck(groupMessage.Id));
522
var ackId =
RedisProtocol
.ReadAck(channelMessage.Message);
536
var invocation =
RedisProtocol
.ReadInvocation(channelMessage.Message);
555
message =
RedisProtocol
.WriteCompletionMessage(memoryBufferWriter, protocolName);
595
var invocation =
RedisProtocol
.ReadInvocation(channelMessage.Message);
621
var invocation =
RedisProtocol
.ReadInvocation(channelMessage.Message);
648
var completion =
RedisProtocol
.ReadCompletion(channelMessage.Message);