Quantcast
Channel: Geo program design suggestions using Redis - Stack Overflow
Browsing all 6 articles
Browse latest View live

Answer by h0x91B for Geo program design suggestions using Redis

Ok, lets separate our tasks: We need an index which contain all of our robots, so we can iterate over them Probably we will need to store some generic information about our robot We need to store...

View Article



Answer by Srini Sydney for Geo program design suggestions using Redis

As systemjack pointed about search- redismodules.com has a search module. It has a random forest module to find nearest neighbours as well.

View Article

Answer by Itamar Haber for Geo program design suggestions using Redis

Note that as of v3.2 Redis supports Geosets with the GEOADD command.

View Article

Answer by systemjack for Geo program design suggestions using Redis

One idea I take away from the description is that you'll know the current location of a given "robot" and you'd like to find other mobile users near it in real time, but you'd also like some bit of...

View Article

Answer by Karthikeyan Gopall for Geo program design suggestions using Redis

Let me give you an idea base on how i understood your problem: Instead of storing values in hash, simply store everything in redis. Construct the key as GeoLocation:[Geohash location of...

View Article


Geo program design suggestions using Redis

I am in the process of learning Redis and am building a geo program for learning purposes. I would like to only use Redis to store the data and am trying to avoid any relational databases. My question...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images