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).
Added the get_direct_children_number command to the Keeper client that returns the count of direct children nodes under a specified path.

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 the get_direct_children_number command with the Keeper client by specifying the target path to retrieve the number of its direct children nodes.