An Embeddable Datastore Engine |
Tweet |
Follow @Vedis |
Vedis Built-in Commands - Key/Value.
Command
SIZE_FMT int_size
Description
Return a smart string represenation of the given size [i.e: 64-bit integer].
Return value
String: Formatted string representation of the given size.
Example
Refer to the download page for some C/C++ samples on how to invoke this command from your host application.
vedis> SIZE_FMT 536870912
512 MB
vedis> SIZE_FMT 1048576
10 MB
512 MB
vedis> SIZE_FMT 1048576
10 MB
Copyright © Symisc Systems