An Embeddable Datastore Engine |
Tweet |
Follow @Vedis |
Vedis Built-in Commands - Hash.
Command
HVALS key
Description
Returns all field values in the hash stored at key.
Return value
Array: array of fields values in the hash, or null on failure.
Example
Refer to the download page for some C/C++ samples on how to invoke this command from your host application.
vedis> HMSET config path "/usr/local/etc" pid 1024
2
vedis> HVALS config
1) /usr/local/etc
2) 1024
2
vedis> HVALS config
1) /usr/local/etc
2) 1024
Copyright © Symisc Systems