Skip to content

Commit f2fb72e

Browse files
committed
remove references to cluster until supported
1 parent a4b71d4 commit f2fb72e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/resty/redis/connector.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@ function _M.connect(self, params)
187187

188188
if #params.sentinels > 0 then
189189
return self:connect_via_sentinel(params)
190-
elseif params.startup_cluster_nodes then
191-
-- TODO: Implement cluster
192-
return nil, "Redis Cluster not yet implemented"
193190
else
194191
return self:connect_to_host(params)
195192
end

0 commit comments

Comments
 (0)