Results 6 comments of haopeng

> Curious if this approach is going to be accepted? I'd also like to encrypt some data blocks post-mutation and just prior to sending. Will probably adopt this approach in...

> Thanks for the PR! A few notes: > > > > 1. There is a way to do this with blocks: Create a block type that has an encode...

I have removed the redundant code related to weights and unit tests. I will also be working on this project long-term.

@ram-mohan Hi, I am preparing to port other functions. Is my code structure suitable in the current situation?

> 等我先看一下 redis 怎么处理这个问题的 我看了下您博客里引用的[redis-4.0](https://github.com/tracenow/redis-4.0-annotation/blob/master/src/geohash.c), `georadiusGeneric`在间接调用了`geohashNeighbors`之后,会经过 `membersOfAllNeighbors` -> `membersOfGeoHashBox` -> `geoGetPointsInRange` -> `geoAppendIfWithinRadius` -> `geohashGetDistanceIfInRadiusWGS84` 到下面这个函数: ``` int geohashGetDistanceIfInRadius(double x1, double y1, double x2, double y2, double radius, double *distance)...

还需要吗这个吗?