Skip to content

Redis keyvalue storage implementation #1092

@lina1101

Description

@lina1101

Feature description:

We would like to see a Redis keyvalue storage implementation added to the community-server.
We initially explored this when we experimented with scaling up the community-server horizontally by deferring the responsibility of concurrent read/write protection to the external keyvalue storage itself.

So we found out that in some cases (depending on the keyvalue storage utilized, e.g. Redis) the internal locking mechanism is unnecessary.

In our experiment we allowed immediate read/write operations to the Redis storage by implementing a (passthrough) VoidLocker.

We hope to open a PR with the implementation for:

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