predixy icon indicating copy to clipboard operation
predixy copied to clipboard

Feature request: remove the restriction on the maximum number of custom commands

Open BonjourGit opened this issue 5 years ago • 0 comments

Hi,

Currently there is a restriction on the number of custom commands (i.e. 16) that a user can add via command.conf. It however can't handle a use case that more than 16 commands have to be used. This is especially true when Redis Modules is used and more than 16 commands are defined. Can I request a feature to remove the restriction on the max number of custom commands? Instead, read from command.conf and add all commands?

Of course users shall be aware that internally predixy uses unordered_map for CommandMap and probably shall not increase its size too much with custom commands to ensure runtime lookup performance. "16" could be the recommended value by predixy.

Thanks a lot.

BonjourGit avatar Jul 30 '20 02:07 BonjourGit