File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ public interface ISubscriber : IRedis
110110 /// See
111111 /// <seealso href="https://redis.io/commands/unsubscribe"/>,
112112 /// <seealso href="https://redis.io/commands/punsubscribe"/>.
113+ /// <seealso href="https://redis.io/commands/sunsubscribe"/>.
113114 /// </remarks>
114115 void UnsubscribeAll ( CommandFlags flags = CommandFlags . None ) ;
115116
Original file line number Diff line number Diff line change @@ -1678,7 +1678,7 @@ private void MatchResult(in RawResult result)
16781678 channel = items [ 1 ] . AsRedisChannel ( ChannelPrefix , RedisChannel . RedisChannelOptions . None ) ;
16791679 Trace ( "MESSAGE: " + channel ) ;
16801680 }
1681- else
1681+ else // see check on outer-if that restricts to message / smessage
16821682 {
16831683 channel = items [ 1 ] . AsRedisChannel ( ChannelPrefix , RedisChannel . RedisChannelOptions . Sharded ) ;
16841684 Trace ( "SMESSAGE: " + channel ) ;
You can’t perform that action at this time.
0 commit comments