I try to operate redis data according to this web, https://moonbingbing.gitbooks.io/openresty-best-practices/content/redis/auth_connect.html.But I find that local redis = require "resty.redis" do not support redis cluster.
Do Lua have any official tool that support Redis cluster operations?
local redis = require "resty.redis" do not support redis cluster?
https://doc.openresty.com.cn/en/xray/priv-libs/lua-resty-redis-cluster-fast/
The OpenResty Inc. has a private lib which support redis cluster.