Logo
Explore Help
Sign In
gvsafronov/futriix-old
1
0
Fork 0
You've already forked futriix-old
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
futriix-old/src/geo.h

13 lines
265 B
C
Raw Normal View History

[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
2014-05-12 14:38:17 -04:00
#ifndef __GEO_H__
#define __GEO_H__
#include "redis.h"
void geoEncodeCommand(redisClient *c);
void geoDecodeCommand(redisClient *c);
void geoRadiusByMemberCommand(redisClient *c);
void geoRadiusCommand(redisClient *c);
void geoAddCommand(redisClient *c);
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.4 Page: 101ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API