Skip to content

Commit 723cca1

Browse files
committed
nit
1 parent a93b8a9 commit 723cca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StackExchange.Redis/KeyNotification.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static bool TryParse(in RedisChannel channel, in RedisValue value, out Ke
1717
// validate that it looks reasonable
1818
var span = channel.Span;
1919

20-
const int PREFIX_LEN = KeySpaceStart.Length, MIN_LEN = PREFIX_LEN + MinSuffixBytes; // need "0__:x" or similar after prefix
20+
const int PREFIX_LEN = KeySpaceStart.Length, MIN_LEN = PREFIX_LEN + MinSuffixBytes;
2121
Debug.Assert(KeyEventStart.Length == PREFIX_LEN); // prove these are the same, DEBUG only
2222

2323
if (span.Length >= MIN_LEN)

0 commit comments

Comments
 (0)