Skip to content

Commit 4ce9046

Browse files
committed
fix: remove comment
1 parent bf334e7 commit 4ce9046

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ func ExampleClient_HSet() {
203203
Key2 string `json:"key2"`
204204
}
205205
items := Items{"field1", "field2"}
206-
// Last argument is expiration. Zero means the key has no
207-
// expiration time.
206+
208207
err := rdb.HSet(ctx, "key", items).Err()
209208
if err != nil {
210209
panic(err)

0 commit comments

Comments
 (0)