书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 3571 个相关结果.
  • File Structure

    File Structure Basic plugin modules Advanced plugin modules You are browsing documentation for an older version. See the latest documentation here . File Structure Note :...
  • 嵌入式脚本语言

    1798 2020-06-11 《Go语言中文文档》
    1. 嵌入式脚本语言 1. 嵌入式脚本语言 在您的go代码中嵌入其他语言。 anko - 用Go语言编写的可编写脚本的解释器。 binder - 转到基于gopher-lua 的 Lua绑定库。 cel-go - 具有渐进式输入功能的快速,便携式,非图灵完整表达评估。 expr - 可以评估表达式的引擎。 gentee -...
  • EVAL

    EVAL script numkeys key [key …] arg [arg …] 在 Lua 数据类型和 Redis 数据类型之间转换 脚本的原子性 错误处理 带宽和 EVALSHA 脚本缓存 SCRIPT 命令 纯函数脚本 全局变量保护 库 使用脚本散发 Redis 日志 沙箱(sandbox)和最大执行时间 流水线(pipel...
  • (un)Installing your Plugin

    (un)Installing your plugin Packaging sources Install the plugin Via LuaRocks from the created ‘rock’ Via LuaRocks from the source archive Manually Multiple plugins Load the p...
  • 正则表达式

    正则表达式 POSIX 规范 性能对比 ngx.re.* 中的选项: Lua 正则简单汇总 常用的正则函数 正则表达式 POSIX 规范 在 OpenResty 中,同时存在两套正则表达式规范:Lua 语言的规范和 ngx.re.* 的规范,即使您对 Lua 语言中的规范非常熟悉,我们 强烈建议不使用 Lua 中的正则表达式 。 一...
  • 基础数据类型

    Lua 基础数据类型 nil(空) boolean(布尔) number(数字) string(字符串) table (表) function (函数) Lua 基础数据类型 函数 type 能够返回一个值或一个变量所属的类型。 print ( type ( "hello world" )) --> output : string ...
  • 重点回顾

    重点回顾 重点回顾 Redis 服务器在启动时,会对内嵌的 Lua 环境执行一系列修改操作,从而确保内嵌的 Lua 环境可以满足 Redis 在功能性、安全性等方面的需要。 Redis 服务器专门使用一个伪客户端来执行 Lua 脚本中包含的 Redis 命令。 Redis 使用脚本字典来保存所有被 EVAL 命令执行过,或者被 SCRIPT_LOA...
  • File Structure

    File Structure Basic plugin modules Advanced plugin modules You are browsing documentation for an older version. See the latest documentation here . File Structure Note :...