get
**parameters:**
* **key** - The name of the unique key by which data is accessed.
**example:**
get mykey
VALUE mykey 0 10
myvalueabc
END
**output notes:**
* **0** → no flags
* **10** → data is 10 bytes long
* **myvalueabc** → "mykey" is associated with the value "myvalueabc"