mirror of https://mirror.osredm.com/root/redis.git
Merge pull request #4 from rowantrollope/main
Update readme to fix VGET
This commit is contained in:
commit
0f2c356b07
|
@ -205,7 +205,7 @@ are set or updated.
|
||||||
|
|
||||||
**VGETATTR: retrieve the JSON attributes of elements**
|
**VGETATTR: retrieve the JSON attributes of elements**
|
||||||
|
|
||||||
VGET key element
|
VGETATTR key element
|
||||||
|
|
||||||
The command returns the JSON attribute associated with an element, or
|
The command returns the JSON attribute associated with an element, or
|
||||||
null if there is no element associated, or no element at all, or no key.
|
null if there is no element associated, or no element at all, or no key.
|
||||||
|
|
Loading…
Reference in New Issue