mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
We set random points in the world, pick a random position, and check if the returned points by Redis match the ones computed by Tcl by brute forcing all the points using the distance between two points formula. This approach is sounding since immediately resulted in finding a bug in the original implementation.