krt/redis-asm

error when search string contains brackets

Closed this issue · 2 comments

idej commented

When search string contains brackets − got an error Redis::CommandError: ERR Error running script.

> asm.search(MY_KEY, '(searchworld)')
#= Redis::CommandError: ERR Error running script (call to f_9655e89cb9df8522d0adde4c2f1979574f1d83f8): @user_script:120: user_script:120: unfinished capture
krt commented

@idej Thanks for your report. I will fix it soon, please keep in touch.

krt commented

@idej This issue has been fixed. You can use v0.2.0 and works correctly.