Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow the parsing of the asking command to forward original options (#…
Browse files Browse the repository at this point in the history
…3012)

Co-authored-by: dvora-h <[email protected]>
tbbream and dvora-h committed Feb 25, 2024
1 parent f29a7d7 commit 7573448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/_parsers/helpers.py
Original file line number Diff line number Diff line change
@@ -322,7 +322,7 @@ def float_or_none(response):
return float(response)


def bool_ok(response):
def bool_ok(response, **options):
return str_if_bytes(response) == "OK"


0 comments on commit 7573448

Please sign in to comment.