Skip to content

Commit

Permalink
Function call issue for parsin sentinel_fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
itsfarbod committed Aug 29, 2024
1 parent 73e034b commit 257b2d4
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 257b2d4

Please sign in to comment.