minos.common.database.locks module

class minos.common.database.locks.PostgreSqlLock(wrapped_connection, key, *args, **kwargs)[source]

Bases: minos.common.locks.Lock

“PostgreSql Lock class.

__init__(wrapped_connection, key, *args, **kwargs)[source]
cursor: Optional[aiopg.connection.Cursor]
hashed_key

Get the hashed key.

Returns

An integer value.

key: collections.abc.Hashable