Skip to content

Proposal: get rid of the "collection" entries in Redis #34

Description

@oli-h

In Redis backend, vertx-rest-storage keeps track of the "path" to each resource by implicit keep "collection" entries up-to-date. As far as is see, those collections...

Proposal: Use Redis "SCAN 0 MATCH " command to list 'entries in a directory' or complete subtrees.
This could also speedup deep expands, where, for now, vertx-rest-storage has to visit various collections (and finally resources) recursively.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions