From: Remi Gacogne Date: Wed, 10 May 2017 07:57:06 +0000 (+0200) Subject: rec: Document that `getStats()` is only available for 4.1.0+ X-Git-Tag: rec-4.1.0-alpha1~126^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5293%2Fhead;p=thirdparty%2Fpdns.git rec: Document that `getStats()` is only available for 4.1.0+ --- diff --git a/docs/markdown/recursor/scripting.md b/docs/markdown/recursor/scripting.md index 1bfd4239d4..8e589ce843 100644 --- a/docs/markdown/recursor/scripting.md +++ b/docs/markdown/recursor/scripting.md @@ -377,7 +377,7 @@ output and weird results. ### Statistics -You can retrieve statistics from Lua using the `getStat("name")` call. For example, +Since 4.1.0, statistics can be retrieved from Lua using the `getStat("name")` call. For example, to retrieve the number of cache misses: ```