Skip to content

Commit 1a870bb

Browse files
committed
Huge "KVClient::getTree" performance update
1 parent 91f27f2 commit 1a870bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/KV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ var_dump($wm);
7676

7777
This is a custom feature to allow `get-tree`-like functionality with 0.6.4 (the current release as of this writing)
7878

79-
This call executes a `$consul->KV->keys()` call, parses the results, and builds an object tree of
79+
This call executes a `$consul->KV->valueList()` call, parses the results, and builds an object tree of
8080
[KVTree](../src/KV/KVTree.php) and [KVPair](../src/KV/KVPair.php) objects.
8181

8282
*Entire Tree - POTENTIALLY VERY SLOW!!!!!!*

0 commit comments

Comments
 (0)