-
Notifications
You must be signed in to change notification settings - Fork 986
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
GEOADD passes long/lat parameters in the wrong order to Redis #134
Comments
Affected versions: 3.3, 3.4 and 4.0 |
It's actually the other way round. Redis expects |
Fixed 4.0-SNAPSHOT available on https://oss.sonatype.org/content/repositories/snapshots/ |
Thank you. 2015-09-10 8:46 GMT+03:00 Mark Paluch [email protected]:
|
Redis GEOADD API expecting latitude,longitude (with that order)
Lettuce API has the opposite order:
RedisFuture geoadd(K key, double longitude, double latitude, V member);
Thanks,
Idan.
The text was updated successfully, but these errors were encountered: