> Dormando,Quick question.
>
> So if I were to 
> put (key, array_of_size_3)
> and then
> append (key, new_item)
>
> value = get (key)
> size of value will be 4 ?

if array_of_size_3 is "3 bytes", and new_item is "1 byte", then yes.
remember that if you're appending complex structures, you still need to be
able to parse what you get back.

Reply via email to