An Embeddable Datastore Engine |
Tweet |
Follow @Vedis |
Vedis Built-in Commands - Hash.
Command
HEXISTS key field
Description
Returns if field is an existing field in the hash stored at key.
Return value
Boolean: TRUE on success, FALSE otherwise.
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> HEXISTS config pid
true
vedis> HEXISTS config user
false
2
vedis> HEXISTS config pid
true
vedis> HEXISTS config user
false
Copyright © Symisc Systems