We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f258b6e commit c49ee47Copy full SHA for c49ee47
1 file changed
README.md
@@ -50,8 +50,8 @@ const [stream] = await client.xread(
50
);
51
52
const msgFV = stream.messages[0].field_values;
53
-const plz = msgFV.get["yes"];
54
-const thx = msgFV.get["no"];
+const plz = msgFV["yes"];
+const thx = msgFV["no"];
55
```
56
57
**Cluster**
0 commit comments