Ronil Merchant and Apoorva Gaurav presented on how Bounce, a mobility startup providing dockless scooter sharing, implemented real-time geo-searching at scale using RediSearch. They faced challenges with high throughput location updates on PostgreSQL and evaluated Elasticsearch and RediSearch. RediSearch indexed documents by geohash for location and performed better than Elasticsearch or scaling PostgreSQL. Testing showed tagging fields and omitting latitude/longitude indexing improved performance. They now use AWS DMS and Kinesis to sync data from PostgreSQL to RediSearch for low latency bike discovery.