Skip to content

.6x suggestion - change redis lock keys #76

@sqlalchemy-bot

Description

@sqlalchemy-bot

Migrated issue, originally created by jvanasco (jvanasco)

the backend locks in redis is named as such (if you use the backend lock):

_lock{0}

i'd like to suggest a name change to one of the following:

_lock-{0}
_lock_{0}
_lck-{0}
_lck_{0}

why?

when inspecting the backends for keys, the current naming scheme is visually confusing - especially if your key begins with the letter "s"

for example, in this key -> lock pairing

 s|glbl|cnt -> _locks|glbl|cnt

when looking at hundreds of keys in a terminal window, this gets crazy confusing.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions