We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f27f2 commit 1a870bbCopy full SHA for 1a870bb
docs/KV.md
@@ -76,7 +76,7 @@ var_dump($wm);
76
77
This is a custom feature to allow `get-tree`-like functionality with 0.6.4 (the current release as of this writing)
78
79
-This call executes a `$consul->KV->keys()` call, parses the results, and builds an object tree of
+This call executes a `$consul->KV->valueList()` call, parses the results, and builds an object tree of
80
[KVTree](../src/KV/KVTree.php) and [KVPair](../src/KV/KVPair.php) objects.
81
82
*Entire Tree - POTENTIALLY VERY SLOW!!!!!!*
0 commit comments