Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pomegranited committed Aug 23, 2021
1 parent 537534a commit 434f923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kombu/transport/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ def parse_response(self, connection, command_name, **options):
key = key[len(self.global_keyprefix):]
return key, value
return ret

def execute_command(self, *args, **kwargs):
return super().execute_command(*self._prefix_args(args), **kwargs)

Expand Down

0 comments on commit 434f923

Please sign in to comment.