caminte icon indicating copy to clipboard operation
caminte copied to clipboard

Does support redis geo feature?

Open TangMonk opened this issue 8 years ago • 1 comments

Like following

Car.all({where: {status: 'pending', georadius: {lng: 133.2, lat: 45.6, radius: 10}}}, (err, cars) => {
  console.log(cars);
})

TangMonk avatar Jan 13 '17 08:01 TangMonk

I have the same question :)

rakesh1988 avatar Aug 09 '17 08:08 rakesh1988