Skip to content

Commit bfe5d44

Browse files
author
DvirDukhan
authored
redis-cli modelget limitation
1 parent 252daf6 commit bfe5d44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/commands.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,9 @@ redis> AI.MODELGET mymodel META
249249
You can also save it to the local file 'model.ext' with [`redis-cli`](https://redis.io/topics/cli) like so:
250250

251251
```
252-
$ redis-cli --raw AI.MODELGET mymodel BLOB > model.ext
252+
$ redis-cli AI.MODELGET mymodel BLOB > model.ext
253253
```
254+
Note that for the time being, redis-cli adds additional linefeed character to redirected output so that the model blob retrieved with redis-cli will have an additional linefeed character.
254255

255256
## AI.MODELDEL
256257
The **`AI.MODELDEL`** deletes a model stored as a key's value.

0 commit comments

Comments
 (0)