Grokzen/redis-py-cluster

bug for georadius

smartnews-weitao opened this issue · 0 comments

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')