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.
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.