We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9a6ac5 + 644f775 commit a9253b9Copy full SHA for a9253b9
topics/config.md
@@ -34,7 +34,7 @@ Passing arguments via the command line
34
35
Since Redis 2.6 it is possible to also pass Redis configuration parameters
36
using the command line directly. This is very useful for testing purposes.
37
-The following is an example that stats a new Redis instance using port 6380
+The following is an example that starts a new Redis instance using port 6380
38
as a slave of the instance running at 127.0.0.1 port 6379.
39
40
./redis-server --port 6380 --slaveof 127.0.0.1 6379
0 commit comments