func reverseSliceLen(conn *client.Conn, args []string) { for _, item := range conn.ReverseSliceLen([]byte(args[1]), []byte(args[2]), true, *(mustAtoi(args[3]))) { fmt.Printf("%v => %v\n", string(item.Key), decode(item.Value)) } }