[In-Progress] Add Geo Commands
Current todo: - replace functions in zset.{c,h} with a new unified Redis zset access API. Once we get the zset interface fixed, we can squash relevant commits in this branch and have one nice commit to merge into unstable. This commit adds: - Geo commands - Tests; runnable with: ./runtest --single unit/geo - Geo helpers in deps/geohash-int/ - src/geo.{c,h} and src/geojson.{c,h} implementing geo commands - Updated build configurations to get everything working - TEMPORARY: src/zset.{c,h} implementing zset score and zset range reading without writing to client output buffers. - Modified linkage of one t_zset.c function for use in zset.c Conflicts: src/Makefile src/redis.c
deps/geohash-int/Makefile
0 → 100644
deps/geohash-int/geohash.c
0 → 100644
deps/geohash-int/geohash.h
0 → 100644
src/geo.c
0 → 100644
This diff is collapsed.
src/geo.h
0 → 100644
src/geojson.c
0 → 100644
src/geojson.h
0 → 100644
src/zset.c
0 → 100644
src/zset.h
0 → 100644
tests/unit/geo.tcl
0 → 100644
Please register or sign in to comment