Read the value from memory that is associated with the user-provided key.

syntax:

get <key>

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”
  • Admin
  • Last modified: 2016/04/06 20:49
  • by Rob Holda