v.23.10New Feature
Keeper Client Enhancement: Add get_direct_children_number Command
Keeper client improvement: add get_direct_children_number command that returns number of direct children nodes under a path. #55898 (xuzifu666).Why it matters
This feature provides an efficient way to query the number of direct child nodes for a given path in the Keeper service, improving management and monitoring of node hierarchies.How to use it
Use theget_direct_children_number command with the Keeper client by specifying the target path to retrieve the number of its direct children nodes.