Aerospike for geospatial indexing and real-time location updates

I’m building an app like Uber and I’m looking for a database to store and update drivers locations in real-time then when the user request a cab the system will query the database to get nearby cabs within a specific radius (Get cabs locations within 500m), I was going to use Redis but I would like to know if Aerospike can do this?

This should indeed be doable with Aerospike. Did you get a chance to check this documentation page: Geospatial Index and Query | Aerospike Documentation ?

This is great, thank you for the help, I’ve been using Redis for this kind of job but since Aerospike outperforms Redis I thought I’d give it a shot, I hope I get better results.