1 instantiation of RedisCompletion
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Internal\RedisProtocol.cs (1)
272
return new
RedisCompletion
(protocolName, ros ?? new ReadOnlySequence<byte>());
2 references to RedisCompletion
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
Internal\RedisProtocol.cs (1)
264
public static
RedisCompletion
ReadCompletion(ReadOnlyMemory<byte> data)
RedisHubLifetimeManager.cs (1)
648
var
completion = RedisProtocol.ReadCompletion(channelMessage.Message);