-
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
Support geo commands in lettuce 3.3 #86
Labels
type: feature
A new feature
Milestone
Comments
mp911de
added a commit
that referenced
this issue
Jun 23, 2015
mp911de
added a commit
that referenced
this issue
Jun 28, 2015
|
Added
|
mp911de
added a commit
that referenced
this issue
Jun 29, 2015
This commit also adds the GeoTuple type. It's a half geo location, because the altitude is missing, but open for future extension. geodecode, geoencode and geopos commands use GeoTuple in their responses.
mp911de
added a commit
that referenced
this issue
Jul 1, 2015
- Use GeoWithin type for georadius - Use GeoEncoded type for geoencode/geodecode - Rename GeoTuple to GeoCoordinates to reflect the purpose - API documentation - Test against redis unstable branch Motivation: The interface containing List of Objects or List of Lists of Objects makes it hard to use the Geo API, especially when the coordinates are provided as strings. GeoWithin and GeoEncoded reflect the data structures returned by Redis and allow operations in a convenient way.
mp911de
added a commit
that referenced
this issue
Jul 6, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support commands
in lettuce 3.3
The text was updated successfully, but these errors were encountered: