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
tbbream and dvora-h committed Dec 11, 2023
1 parent d5a59cd commit a1df1cf
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 a1df1cf

Please sign in to comment.