Skip to content

Commit e2e570e

Browse files
committed
Remove comments
1 parent 56bcaaa commit e2e570e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ var _ = Describe("JSON Commands", Label("json"), func() {
2323
return redis.NewClient(&redis.Options{
2424
Addr: "localhost:6379",
2525
DB: 0,
26-
Protocol: protocolVersion, // Setting RESP2 or RESP3 protocol
27-
UnstableResp3: true, // Enable RESP3 features
26+
Protocol: protocolVersion,
27+
UnstableResp3: true,
2828
})
2929
}
3030

0 commit comments

Comments
 (0)