Skip to content

Commit

Permalink
Merge pull request #1407 from gnocchixyz/mergify/bp/stable/4.6/pr-1405
Browse files Browse the repository at this point in the history
Function call issue for parsing sentinel_fallback (backport #1405)
  • Loading branch information
tobias-urdin authored Sep 2, 2024
2 parents 2bb3917 + b5a0a3f commit 5f26d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnocchi/common/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
]


def _parse_sentinel(cls, sentinel):
def _parse_sentinel(sentinel):
# IPv6 (eg. [::1]:6379 )
match = re.search(r'^\[(\S+)\]:(\d+)$', sentinel)
if match:
Expand Down

0 comments on commit 5f26d4f

Please sign in to comment.