Skip to content

Commit 635ac84

Browse files
DOC-4942 small changes
1 parent a859105 commit 635ac84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/develop/clients/nodejs/migration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ redis.hSet("key", "field", "value");
5353
## Command argument handling
5454

5555
`ioredis` parses command arguments to strings and then passes them to
56-
the server in order, like [`redis-cli`]({{< relref "/develop/tools/cli" >}})
57-
commands.
56+
the server, in a similar way to [`redis-cli`]({{< relref "/develop/tools/cli" >}}).
5857

5958
```js
6059
// Equivalent to the command line `SET key 100 EX 10`.

0 commit comments

Comments
 (0)