We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please implements GeoRadiusParam.withHash() method!
The text was updated successfully, but these errors were encountered:
(redis#2119) Implements GeoRadiusParam.withHash()
6de5033
#2119 Implements GeoRadiusParam.withHash() (#2137)
3289d69
In Redis source https://github.com/antirez/redis/blob/5a72c5058c27cdc778cde8f61d16691b11a6adc5/src/geo.c#L624-L62 : if (withhash) addReplyLongLong(c, gp->score); So the score type is long. Co-authored-by: M Sazzadul Hoque <sazzad16@users.noreply.github.com>
Successfully merging a pull request may close this issue.
please implements GeoRadiusParam.withHash() method!
The text was updated successfully, but these errors were encountered: