fix: redis cluster typo (#2112)

This commit is contained in:
bitcat🐱
2025-12-01 23:24:27 +08:00
committed by GitHub
parent 2fca5221ec
commit 7c1f979959

View File

@@ -271,7 +271,7 @@ function rediscluster:get_random_connection()
-- If the connection is not good close it ASAP in order
-- to avoid waiting for the GC finalizer. File
-- descriptors are a rare resource.
self.connetions[node.name] = nil
self.connections[node.name] = nil
conn:disconnect()
end
end)