Skip to content

zscore throws exception for missing member #15

Closed
@rmihael

Description

@rmihael

Redis documentation states that for missing members of zset it returns (nil). It's naturally to expect None on python's side.

Steps to reproduce:
r=Redis()
r.zadd('test', 'foo', 0)
r.zscore('test', 'bar')

Metadata

Metadata

Assignees

No one assigned

    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