issues
search
madelson
/
DistributedLock
A .NET library for distributed synchronization
MIT License
1.92k
stars
198
forks
source link
RedisScript<T> whitespace regex doesn't need to consider single whitespace chars
#221
Open
mikethea1
opened
5 months ago
mikethea1
commented
5 months ago
Right now we replace
\s+
but we could do
\s{2,}
Right now we replace
\s+
but we could do\s{2,}