Grokzen / redis-py-cluster

Python cluster client for the official redis cluster. Redis 3.0+.
https://redis-py-cluster.readthedocs.io/
MIT License
1.1k stars 316 forks source link

bug for georadius #463

Closed smartnews-weitao closed 3 years ago

smartnews-weitao commented 3 years ago

When i try to use the redis-cluster's georadius command, i got 'redis.exceptions.ResponseError: value is not a valid float' error:

red_results = rc.georadius(key_name, lon, lat, 5, unit='km', count=50,
                                       sort='ASC')