Skip to content

Commit eca36bc

Browse files
committed
Fix return value in example
1 parent e99b27c commit eca36bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ redis-cli
6464
> AI.TENSORGET jez VALUES
6565
1) FLOAT
6666
2) 1) (integer) 2
67-
3) 1) "2"
68-
2) "3"
67+
3) 1) "4"
68+
2) "9"
6969
```
7070

7171
## Documentation

0 commit comments

Comments
 (0)