Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When adding quotes to the predicate, redis throws/returns the following error: ``` "Invalid argument(s): Closing quote must be followed by a space or nothing at all." ``` This works: `"FT.SEARCH" "idx" @name:"Test"` But this does not: `"FT.SEARCH" "idx" (@name:"Test")` So I thought it would be safer to remove the quotes
- Loading branch information