Skip to content

Commit

Permalink
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 <67596500+dvora-h@users.noreply.github.com>
  • Loading branch information
2 people authored and vladvildanov committed Sep 27, 2024
1 parent e09b9a0 commit 96a44dc
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
Expand Up @@ -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"


Expand Down

0 comments on commit 96a44dc

Please sign in to comment.