We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
func TestI(t *testing.T) { type myInt int var i myInt = 123 err := rdb.Set(ctx, "key", i, 0).Err() if err != nil { t.Fatal(err) } } result: redis: can't marshal * (implement encoding.BinaryMarshaler)