Skip to content

Commit 984069e

Browse files
authored
Update _index.md (RedisJSON#742)
1 parent fe2776b commit 984069e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ OK
3636
1) string
3737
```
3838

39-
`JSON.GET` and `JSON.TYPE` do literally that regardless of the value's type, but you should really check out `JSON.GET` prettifying powers. Note how the commands are given the period character, i.e. `.`. This is the [path](/redisjson/path) to the value in the RedisJSON data type (in this case it just means the root). A couple more string operations:
39+
`JSON.GET` and `JSON.TYPE` do literally that regardless of the value's type, but you should really check out `JSON.GET` prettifying powers. Note how the commands are given the dollar sign character, i.e. `$`. This is the [path](/redisjson/path) to the value in the RedisJSON data type (in this case it just means the root). A couple more string operations:
4040

4141
```
4242
127.0.0.1:6379> JSON.STRLEN foo $

0 commit comments

Comments
 (0)