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

syntax:

bget <key>

parameters:

  • key - The name of the unique key by which data is accessed.

example:

bget mykey

VALUE mykey 0 10
abcdefghij
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:50
  • by Rob Holda