Skip to content

example for connection.GetTyped() and a tuple with slice/array members #196

Closed
@zachgrayio

Description

@zachgrayio

So far I've been unable to work out how to implement MsgPack decoder for the simple tuple:

type Tuple struct {
	Key      string
	Value    []byte
}

and the examples don't really show how to do this. no matter what I try, I'm met with ER_INVALID_MSGPACK: Invalid MsgPack - packet body

Can someone point me in the right direction?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions