From a1f716d6b6ae2a42d045079a41e3a7f3ecead16c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 24 Jun 2024 11:31:50 +0200 Subject: [PATCH] Update README.md Remove value that is getting zeroed in 4.x. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 41a85a7..e43311e 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,6 @@ h = client.overview # List cluster nodes with detailed status info for each one of them nodes = client.list_nodes n = nodes.first -puts n.sockets_used puts n.mem_used puts n.run_queue