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).
Added a new get_all_children_number command to the Keeper client that returns the total number of all children nodes under a specified path.

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 the get_all_children_number command with the desired path as input to obtain the count of all children nodes under that path.