Skip to content
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

Java: Add Command GeoSearch & GeoSearchStore #382

Merged
merged 4 commits into from
Jun 27, 2024

Conversation

tjzhang-BQ
Copy link

No description provided.

@tjzhang-BQ tjzhang-BQ marked this pull request as ready for review June 25, 2024 03:17
* @see <a href="https://redis.io/commands/geosearch/">redis.io</a>
*/
@Getter
public final class GeoSearchShape {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here - you can make an interface with two classes.

java/integTest/src/test/java/glide/SharedCommandTests.java Outdated Show resolved Hide resolved
* result in <code>destination</code>.
*
* @since Redis 6.2.0 and above.
* @apiNote When in cluster mode, <code>source</code> and <code>destination</code> must map to the

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

@tjzhang-BQ tjzhang-BQ merged commit 0f8d199 into java/integ_tjz_geosearch Jun 27, 2024
11 checks passed
@tjzhang-BQ tjzhang-BQ deleted the java/dev_tjz_geosearch branch June 27, 2024 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants