[ 
https://issues.apache.org/jira/browse/GEODE-5998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16680699#comment-16680699
 ] 

ASF subversion and git services commented on GEODE-5998:
--------------------------------------------------------

Commit 7bf02251fd047cb1cf575c01b80a9807108618da in geode's branch 
refs/heads/develop from [~aanchuri]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=7bf0225 ]

[GEODE-5998] Add geospatial commands to Redis adapter (#2802)

This PR adds the following geospatial commands to the Redis adapter:

* GEOADD
* GEOPOS
* GEODIST
* GEOHASH
* GEORADIUS
* GEORADIUSBYMEMBER

This leverages a lot of the same logic as the SortedSetExecutor used for ZRANGE 
commands. The geocoding logic uses the geo library, which implements the same 
public domain algorithm that Redis uses.

> Redis adapter: add geospatial operations
> ----------------------------------------
>
>                 Key: GEODE-5998
>                 URL: https://issues.apache.org/jira/browse/GEODE-5998
>             Project: Geode
>          Issue Type: New Feature
>          Components: redis
>            Reporter: Galen O'Sullivan
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to