caminte
caminte copied to clipboard
Does support redis geo feature?
Like following
Car.all({where: {status: 'pending', georadius: {lng: 133.2, lat: 45.6, radius: 10}}}, (err, cars) => {
console.log(cars);
})
I have the same question :)