Trying to follow the flow here. https://github.com/EverythingMe/geodis/blob/master/geodis/index.py#L228 ``` if not store: redisConn.zunionstore(tmpKey, list(closest)) return redisConn.zrevrange(tmpKey, 0, -1, withscores=True) else: return list(closest) ``` It looks like if I don't want to store anything, I should pass `store=True`