Skip to content

Commit f4d41e4

Browse files
authored
DEV: update legacy Windows installation instructions (#2172)
1 parent 21f8d2a commit f4d41e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/operate/oss_and_stack/install/archive/install-redis/install-redis-on-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sudo apt-get install redis
4141
Lastly, start the Redis server like so:
4242

4343
{{< highlight bash >}}
44-
sudo service redis-server start
44+
redis-server --daemonize yes
4545
{{< / highlight >}}
4646

4747
### Connect to Redis

0 commit comments

Comments
 (0)