1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

Fixed typo.

This commit is contained in:
Simon Prickett
2021-11-24 21:38:46 +00:00
parent 47217d3cbd
commit 7dc771fb38

View File

@@ -55,7 +55,7 @@ const results = await client.json.get('noderedis:jsondata', {
`results` will contain the following: `results` will contain the following:
```javascript ```javascript
'.pets[1].name': 'Goldie', '.pets[1].age': 2 } { '.pets[1].name': 'Goldie', '.pets[1].age': 2 }
``` ```
### Performing Atomic Updates on JSON Documents Stored in Redis ### Performing Atomic Updates on JSON Documents Stored in Redis