Skip to content

Use Read Write Lock for DB #83

Open
@the123saurav

Description

@the123saurav

Currently we are using an exclusive lock for DB.
However we can allow multiple readers on the DB as they do not change the underlying store.
The idea is to use exclusive lock for writers and shared lock for read queries.

Acceptance Criteria:
Run redis-benchmark on few commands

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions