From what I understand the GEOADD
command / data structure is very similar to using ZADD
.
When I run GEOADD
through my twemproxy
server, I get an error:
Error: Server closed the connection
If I issue the command directly to the redis servers themselves, it works fine. Is there a way to run GEOADD
/ GEORADIUS
through twemproxy
?