From e2e570e4fd657ce4f0ee9511dbd70dfb6d109a8b Mon Sep 17 00:00:00 2001 From: ofekshenawa Date: Tue, 8 Oct 2024 00:37:18 +0300 Subject: [PATCH] Remove comments --- json_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json_test.go b/json_test.go index 244423f5..9139be3a 100644 --- a/json_test.go +++ b/json_test.go @@ -23,8 +23,8 @@ var _ = Describe("JSON Commands", Label("json"), func() { return redis.NewClient(&redis.Options{ Addr: "localhost:6379", DB: 0, - Protocol: protocolVersion, // Setting RESP2 or RESP3 protocol - UnstableResp3: true, // Enable RESP3 features + Protocol: protocolVersion, + UnstableResp3: true, }) }