yatriks opened a new issue, #3030: URL: https://github.com/apache/kvrocks/issues/3030
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Version kvrocks version 2.12.1 (commit 06e24fa0) ### Minimal reproduce step I have set up a minimal recreation in this gist: https://gist.github.com/yatriks/c0c08f47ac9d8d15343a73be908ebd13 ### What did you expect to see? I expect `redis-py` to be able to parse the response from kvrocks's search, only for numeric tags. ### What did you see instead? Instead it throws a `ResponseError: syntax error` when trying to parse the response of a query to a numeric tag. ### Anything Else? Instead it throws a `ResponseError` when trying to parse. It works on Redis Insight and directly in the console, so it must be something to do with the python package, but perhaps that alone is worth fixing if it's on the kvrocks end. Note that this is not a syntax error for _starting_ the search, but a syntax error in _parsing the response_. ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
