Skip to content

Commit 048f679

Browse files
committed
nit
1 parent ebcf516 commit 048f679

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)