脚本里命令的调用必须用KEYS ARRAY的形式错误表现ERR bad lua script for redis cluster, all the keys that the script uses should be passed using the KEYS array, and KEYS should not be in expression解决办法所有的redis.call这样的命令都要写成这种形式: redis.call('get', KEYS[1]), 第二个参数必须是KEYS[in
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.# yarn lockfile v1"@babel/code-frame@^7.0.0":version "7.5.5"resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5....