-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
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
Support GEOSHAPE field type in RediSearch #3561
Conversation
GeoShape query is limited to PARAM argument only. So I couldn't implement helper functions in query builders. Because of that the dependency library is not required.
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3561 +/- ##
============================================
- Coverage 71.48% 71.45% -0.04%
- Complexity 4841 4842 +1
============================================
Files 287 288 +1
Lines 15432 15446 +14
Branches 1093 1093
============================================
+ Hits 11032 11037 +5
- Misses 3924 3931 +7
- Partials 476 478 +2
☔ View full report in Codecov by Sentry. |
src/test/java/redis/clients/jedis/examples/GeoShapeFieldsUsageInRediSearch.java
Show resolved
Hide resolved
src/test/java/redis/clients/jedis/examples/GeoShapeFieldsUsageInRediSearch.java
Outdated
Show resolved
Hide resolved
@uglide IMHO docs... Who can help? |
skip-checks: true
Conflicts: pom.xml
* Support GEOSHAPE field type in RediSearch * dependency: GeoShape query is limited to PARAM argument only. So I couldn't implement helper functions in query builders. Because of that the dependency library is not required. * example * more comments * format * Address code review
* Support GEOSHAPE field type in RediSearch * dependency: GeoShape query is limited to PARAM argument only. So I couldn't implement helper functions in query builders. Because of that the dependency library is not required. * example * more comments * format * Address code review
No description provided.