Skip to content

Commit

Permalink
Merge pull request #1405 from itsfarbod/master
Browse files Browse the repository at this point in the history
Function call issue for parsing sentinel_fallback
  • Loading branch information
tobias-urdin authored Sep 2, 2024
2 parents 73e034b + 257b2d4 commit abd2359
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 abd2359

Please sign in to comment.