使用如下代码存入坐标A经纬度
// x = 113.751337, y = 23.021206
stringRedisTemplate.opsForGeo().geoAdd(key, new Point(x, y), member);
使用如下代码获取指定距离内坐标列表
// longitude = x = 113.751337, latitude = y = 23.021206
Circle circle = new Circle(new Point(longitude, latitude), new Distance(6000000L, RedisGeoCommands.DistanceU