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 47217d3 commit 7dc771fCopy full SHA for 7dc771f
packages/json/README.md
@@ -55,7 +55,7 @@ const results = await client.json.get('noderedis:jsondata', {
55
`results` will contain the following:
56
57
```javascript
58
- '.pets[1].name': 'Goldie', '.pets[1].age': 2 }
+ { '.pets[1].name': 'Goldie', '.pets[1].age': 2 }
59
```
60
61
### Performing Atomic Updates on JSON Documents Stored in Redis
0 commit comments