It would be nice to use it as context manager. Like the following: ``` with Redlock([{"host": "localhost", "port": 6379, "db": 0}, ]) as dlm: do_sync_stuff() ```
It would be nice to use it as context manager. Like the following: