Remove comments

This commit is contained in:
ofekshenawa 2024-10-08 00:37:18 +03:00
parent 56bcaaa351
commit e2e570e4fd
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ var _ = Describe("JSON Commands", Label("json"), func() {
return redis.NewClient(&redis.Options{ return redis.NewClient(&redis.Options{
Addr: "localhost:6379", Addr: "localhost:6379",
DB: 0, DB: 0,
Protocol: protocolVersion, // Setting RESP2 or RESP3 protocol Protocol: protocolVersion,
UnstableResp3: true, // Enable RESP3 features UnstableResp3: true,
}) })
} }