geo.lua icon indicating copy to clipboard operation
geo.lua copied to clipboard

A helper library for Redis geospatial indices

Results 4 geo.lua issues
Sort by recently updated
recently updated
newest added

I'm not very familiar with calling Lua scripts in Redis and had trouble getting commands to work. An easy to follow example might help: `redis> GEOADD Sicily 13.361389 38.115556 "Palermo"...

When trying to add a polygon using GEOJSONPOLYADD I get this error: `(error) ERR Error running script (call to f_00246cc50061d17a18f65f3b32eaf921e6902d69): @user_script:548: user_script:548: attempt to call field '_polygonencode' (a nil value)`...

By combining any search and real-time location updates

enhancement
help wanted