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
31–40 of 69 posts
Re: Redis 3.2.0 is out
#32Earlier quoted context omitted.
In fact it's quite possibly the only piece of software that HN hasn't bashed or harshly criticized so far :)
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…
Re: Redis 3.2.0 is out
#33Redis is in a very small category of software that's been pleasant to work with from day one and continues to be on a daily basis. Kudos to antirez on everything before this and another great release.
In fact it's quite possibly the only piece of software that HN hasn't bashed or harshly criticized so far :)
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
#34Redis is in a very small category of software that's been pleasant to work with from day one and continues to be on a daily basis. Kudos to antirez on everything before this and another great release.
In fact it's quite possibly the only piece of software that HN hasn't bashed or harshly criticized so far :)
I love redis.
Re: Redis 3.2.0 is out
#35Earlier quoted context omitted.
In fact it's quite possibly the only piece of software that HN hasn't bashed or harshly criticized so far :)
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…
Re: Redis 3.2.0 is out
#36Earlier 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…
"without pretending we are going to save the world". I felt a great disturbance in SV, as if millions of voices suddenly cried out in terror and were suddenly silenced.
Re: Redis 3.2.0 is out
#37Earlier 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
#38Earlier quoted context omitted.
In fact it's quite possibly the only piece of software that HN hasn't bashed or harshly criticized so far :)
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…
Re: Redis 3.2.0 is out
#39I 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
#40Redis is in a very small category of software that's been pleasant to work with from day one and continues to be on a daily basis. Kudos to antirez on everything before this and another great release.