File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ public interface ISubscriber : IRedis
110
110
/// See
111
111
/// <seealso href="https://redis.io/commands/unsubscribe"/>,
112
112
/// <seealso href="https://redis.io/commands/punsubscribe"/>.
113
+ /// <seealso href="https://redis.io/commands/sunsubscribe"/>.
113
114
/// </remarks>
114
115
void UnsubscribeAll ( CommandFlags flags = CommandFlags . None ) ;
115
116
Original file line number Diff line number Diff line change @@ -1678,7 +1678,7 @@ private void MatchResult(in RawResult result)
1678
1678
channel = items [ 1 ] . AsRedisChannel ( ChannelPrefix , RedisChannel . RedisChannelOptions . None ) ;
1679
1679
Trace ( "MESSAGE: " + channel ) ;
1680
1680
}
1681
- else
1681
+ else // see check on outer-if that restricts to message / smessage
1682
1682
{
1683
1683
channel = items [ 1 ] . AsRedisChannel ( ChannelPrefix , RedisChannel . RedisChannelOptions . Sharded ) ;
1684
1684
Trace ( "SMESSAGE: " + channel ) ;
You can’t perform that action at this time.
0 commit comments