Skip to content

Commit fea463d

Browse files
tbbreamdvora-h
authored andcommitted
Allow the parsing of the asking command to forward original options (#3012)
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
1 parent d354815 commit fea463d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/_parsers/helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def float_or_none(response):
322322
return float(response)
323323

324324

325-
def bool_ok(response):
325+
def bool_ok(response, **options):
326326
return str_if_bytes(response) == "OK"
327327

328328

0 commit comments

Comments
 (0)