I 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?
Redis 3.2.0 is out
41–50 of 69 posts
Re: Redis 3.2.0 is out
#42Earlier quoted context omitted.
Thanks, I really receive good sentiments from the community. I've the feeling that this is not due just to the fact that many developers find Redis useful. It has very serious limits like many other softwares. It is that so far Redis was never proposed as "The Shit", the silver bullet that will save you from your data problem. Is just something I and the other contribs try to do with love, without pretending we are g…
Unfortunately you can often oversell to the people who pay developers.
Re: Redis 3.2.0 is out
#43Just realised that http://download.redis.io/ is not available under https (neither is http://redis.io ). It may be worth downloading it from github.
Or you could download from redis.io and check the hashes we publish at Github: https://github.com/antirez/redis-hashes
Re: Redis 3.2.0 is out
#44Earlier quoted context omitted.
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…
Hey Paul, we have this feature added as a Lua script, but adding it in a native way could be interesting actually. Itamar Haber wrote the Lua script and was pushing for adding it in a native way, I wanted to check after the release the actual demand for it.
Re: Redis 3.2.0 is out
#45Re: Redis 3.2.0 is out
#46Earlier quoted context omitted.
In fact it's quite possibly the only piece of software that HN hasn't bashed or harshly criticized so far :)
Haproxy is there too...
Re: Redis 3.2.0 is out
#47I 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
#48I 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?
Wouldn’t it be possible to get this data from Openstreetmap?
Re: Redis 3.2.0 is out
#49Earlier quoted context omitted.
In fact it's quite possibly the only piece of software that HN hasn't bashed or harshly criticized so far :)
The attemps at a distributed version were harshely criticized... What I like about Redis is that, like a mechanical watch, the insides are as elegant and nice as the user experience.
Re: Redis 3.2.0 is out
#50I 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.