Skip to content

Commit

Permalink
wrong function name
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Apr 9, 2024
1 parent fe69d07 commit df84e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaker/ext/redisclusternm.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __init__(self, identifier, urls, nodes=None, **kwargs):
)
else:
self.client = urls
self._release_lock = self.client.register_lua(self.RELEASE_LOCK_LUA)
self._release_lock = self.client.register_script(self.RELEASE_LOCK_LUA)

def do_release_write_lock(self):
identifier = self.identifier
Expand Down

0 comments on commit df84e92

Please sign in to comment.