Does Aerospike support Location based queries like in MongoDB? (3.8.1)

MongoDB supports the following type of location based query. Does Aerospike support this?

var db = req.db,
        find = {
        'loc' : {
            '$near' : {
                '$geometry' : {
                    'type' : 'Point',
                    'coordinates' : [lon, lat]
                },
                '$maxDistance' : radius
            }
        }
    },

If Aerospike supports this, then what is the correct syntax to be used in NodeJS client?

We don’t yet, but please stay tuned. :smirk:

Aerospike is happy to announce the Early Adopter Release of our Geospatial features. Please read the announcement for full details and how you can contribute!

Officially supported since 3.8.1.