v.23.10New Feature
Keeper client enhancement: add get_all_children_number command to count children nodes under a specific path
Keeper client improvement: add get_all_children_number command that returns number of all children nodes under a specific path. #55485 (guoxiaolong).Why it matters
This feature enhances the Keeper client by enabling users to efficiently retrieve the count of all descendant nodes for a given path, simplifying the management and monitoring of node hierarchies.How to use it
Use theget_all_children_number command with the desired path as input to obtain the count of all children nodes under that path.