Redis 3.2.0 is out
antirez.com
Redis 3.2.0 is out
1–10 of 69 posts
Re: Redis 3.2.0 is out
#2Re: Redis 3.2.0 is out
#3Re: Redis 3.2.0 is out
#4The geo API seems rather... specific. Is there really a demand for it?
Re: Redis 3.2.0 is out
#5I like their new GEO sorted set with latitude and longitude. Can someone point me to a [reasonably priced] geocoding database to display nearest Town, Region (only where appropriate), Country (in English) based on latitude and longitude?
Re: Redis 3.2.0 is out
#6The geo API seems rather... specific. Is there really a demand for it?
Re: Redis 3.2.0 is out
#7I like their new GEO sorted set with latitude and longitude. Can someone point me to a [reasonably priced] geocoding database to display nearest Town, Region (only where appropriate), Country (in English) based on latitude and longitude?
I've used GeoNames (geonames.org) for a few projects.
Re: Redis 3.2.0 is out
#8The geo API seems rather... specific. Is there really a demand for it?
My problem with many existing geo implementations is they assume that a circular radius is the query type I care about, and longitude and latitude is sufficient to know where I actually am in terms of jurisdiction, etc.
Being able to add fine grained polygons to represent national, state, county or town boundaries and being able to identify the relationships between my co-ordinates and those entities is still far more complex than I would like.
Adding polygon support might be an interesting exercise, actually.
Re: Redis 3.2.0 is out
#9The geo API seems rather... specific. Is there really a demand for it?
Geo is insanely useful when you're after stuff within x miles of a known location - so a lot of mobile apps. My problem with many existing geo implementations is they assume that a circular radius is the query type I care about, and longitude and latitude is sufficient to know where I actually am in terms of jurisdiction, etc. Being able to add fine grained polygons to represent national, state, county or town bounda…
Re: Redis 3.2.0 is out
#10Could build it myself but if the official image will be out in a day or so id rather wait I think.