openresty 通过lua连接redis集群不成功
连接redis集群需要用到 lua-resty-redis-cluster模块
github地址: https://github.com/cuiweixie/lua-resty-redis-cluster
网盘:我的代码工程--》jar包--》lua-resty-redis-cluster-master
下载完成之后,只需要用到包中的2个文件rediscluster.lua和redis_slot.c
复制包中的 redis_slot.c 到openresty安装目录的lualib下,rediscluster.lua到lualib下的resty下
.c文件无法在Nginx配置文件中引入,需要编译成.so文件,编译命令
参考文档
https://blog.csdn.net/qq_22049773/article/details/106333247