You've already forked node-redis
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user