suchen

Heim  >  Fragen und Antworten  >  Hauptteil

nosql - Redis种如何执行lua文件

我看到的所有教程都是用eval 指令后面接一段lua脚本,我尝试eval <lua文件> <参数>时,例如:eval hello.lua 0
提示
“ ERR Error compiling script (new function): user_script:1: '=' expected near 'end'”
即使我的hello.lua文件中只有一句 return "hello world"

高洛峰高洛峰2796 Tage vor1021

Antworte allen(2)Ich werde antworten

  • 巴扎黑

    巴扎黑2017-04-24 09:12:35

    恕我愚昧。Redis不是用来做缓存的吗?难道还能用来跑脚本吗?
    另外,错误提示说语句末端应该是=号

    Antwort
    0
  • 天蓬老师

    天蓬老师2017-04-24 09:12:35

    执行时应该用--eval,而不是eval

    且注意eval命令是从2.6.0版本开始才加入到redis中的

    Antwort
    0
  • StornierenAntwort