Commit 9db8bbdf authored by Jeremy Meng's avatar Jeremy Meng

Link to the original author's code.

parent 158b40c6
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
namespace StackExchange.Redis namespace StackExchange.Redis
{ {
/// <summary>
/// Credits to Sam Harwell https://github.com/dotnet/corefx/issues/340#issuecomment-120749951
/// </summary>
internal static class InternalRegexCompiledOption internal static class InternalRegexCompiledOption
{ {
private static readonly RegexOptions RegexCompiledOption; private static readonly RegexOptions RegexCompiledOption;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment