Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when using geopos command, pridixy will close the connection when the member is not in zset #164

Open
zhenhuaa opened this issue Jan 9, 2023 · 0 comments

Comments

@zhenhuaa
Copy link

zhenhuaa commented Jan 9, 2023

Predixy version

Version:1.0.5
Name:predixy
RedisMode:proxy
SingleThread:false
WorkerThreads:16
Uptime:1672990850

geopos by predixy

host:port> geoadd testlbs 120.191750 30.187599 95700002
(integer) 0
host:port> geopos testlbs  95700002
1) 1) "120.19175201654434204"
   2) "30.1876000324220044"
host:port> geopos testlbs  95700001
(error) ERR server connection close

geopos by origin redis

host:port> geoadd testlbs 120.191750 30.187599 95700002
(integer) 0
host:port> geopos testlbs  95700002
1) 1) "120.19175201654434204"
   2) "30.1876000324220044"
host:port> geopos testlbs  95700001
(1) (nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant