Lua Script

Posted GrayGuo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Lua Script相关的知识,希望对你有一定的参考价值。

注意事项:

1:Lua 只支持数字类型,浮点类型的值,在转换成Redis 协议值得时候,小数点会被忽略(如果需要在Lua中使用浮点值,建议用字符串代替)

2:Lua 返回表中如果遇到nils(空),转换停止

Demo:

eval "return {1,2,3.3333,‘foo‘,nil,‘bar‘}" 0
1) (integer) 1
2) (integer) 2
3) (integer) 3
4) "foo"

 

以上是关于Lua Script的主要内容,如果未能解决你的问题,请参考以下文章

mysql-proxy中的admin-lua-script

Redis 分布式锁混淆结果与 Lua 脚本

如何把lua脚本注入到魔兽世界

springboot 使用 lua 创建 redis 布隆过滤器:@user_script:1: ERR bad error rate

roblox lua脚本未激活

springboot redis 用RedisTemplate执行lua脚本报错:@user_script:1: ERR value is not an integer or out of range