You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(glob matching): Correctly match longer strings with '*' or '**' pattern
If string is longer than 16 chars we are using Reflex library for
matching. When used pattern is '*' or '**' we are going to strip both of
stars and have empty pattern. We should in this edge case inject
manually star pattern.
Fixes#4948
Signed-off-by: mkaruza <mario@dragonflydb.io>
0 commit comments