书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 3571 个相关结果.
  • Installation and Distribution

    Installation and Distribution Packaging sources Install the plugin Via LuaRocks from the created ‘rock’ Via LuaRocks from the source archive Via a Dockerfile or docker run (inst...
  • 2.5 – Garbage Collection

    2.5 – Garbage Collection 2.5.1 – Garbage-Collection Metamethods 2.5.2 – Weak Tables 2.5 – Garbage Collection Lua performs automatic memory management. This means that you hav...
  • script 压缩复杂请求

    script 压缩复杂请求 script 压缩复杂请求 从 pipeline 章节,我们知道对于多个简单的 Redis 命令可以汇聚到一个请求中,提升服务端的并发能力。然而,在有些场景下,我们每次命令的输入需要引用上个命令的输出,甚至可能还要对第一个命令的输出做一些加工,再把加工结果当成第二个命令的输入。pipeline 难以处理这样的场景。庆幸的是...
  • Architecture

    Architecture Request handling process Plugin hierarchy Architecture APISIX is built on top of Nginx and ngx_lua leveraging the power offered by LuaJIT. See Why Apache APISIX ...
  • 4.9 – The Debug Interface

    4.9 – The Debug Interface lua_Debug lua_gethook lua_gethookcount lua_gethookmask lua_getinfo lua_getlocal lua_getstack lua_getupvalue lua_Hook lua_sethook lua_setlocal l...
  • 4.2 – Stack Size

    4.2 – Stack Size 4.2 – Stack Size When you interact with the Lua API, you are responsible for ensuring consistency. In particular, you are responsible for controlling stack ove...
  • inspect

    inspect Description Features Operation Graph API to define hook in hooks file require(“apisix.inspect.dbg”).set_hook(file, line, func, filter_func) Attributes Enable Plugin ...
  • EVAL

    EVAL Syntax Examples EVAL Syntax EVAL script numkeys [ key [ key ...]] [ arg [ arg ...]] Time complexity: Depends on the script that is executed. Invoke the execu...
  • Custom config

    Custom config Make your own config : Change default options Add plugins Replace default config of a plugin Override default config of a plugin Local themes Override specific c...
  • Resource Actions

    Resource Actions Overview Custom Resource Actions Define a Custom Resource Action in argocd-cm ConfigMap Resource Actions Overview Argo CD allows operators to define custom...