-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
In apps/server/src/keys-browser.ts the element commands used are blocking commands. While Hash and Set key types have been updated to use Scan style commands instead, upgrading the remaining commands would lead to a performance improvement on the monitored nodes.
Solution
Upgrade the following element commands
| Key Type | Old Command | New Command | Type |
|---|---|---|---|
| List | LRANGE | Pagination | |
| Zset | ZRANGE | ZRANGE ... BYSCORE ... BYLEX | Pagination with same score de-duplication |
| Stream | XRANGE | Pagination | |
| rejson-rl | JSON.GET | Split based on if JSON is object or array |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo