Let’s say we need to create an App like Uber which saves drivers location on a regular interval. If someone request a driver, App will display nearest to farthest drivers available to serve the user. Redis inherently support geospatial data structures which will help us in making such App. In this Post I’ll show Redis […]