FGET
Syntax
FGET key id field
Description
Gets the value for a field of an id.
Return value is the value of the field or 0
if a field does not exist or is not set.
Note that a non-existent key or id will cause an error!
Examples
Get a field named speed
for truck1
.
FGET fleet truck1 speed
Related Commands
BOUNDS
DEL
DROP
EXPIRE
FGET
FSET
GET
JDEL
JGET
JSET
KEYS
PDEL
PERSIST
RENAME
RENAMENX
SET
STATS
TTL