Skip to content

Passing store=False seems to store #13

@jhorman

Description

@jhorman

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions