Update 2-redis.md

This commit is contained in:
168912916 859421311 2021-03-20 15:37:42 +01:00 committed by GitHub
parent e9930854c4
commit 9408cd2a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,8 @@ sudo apt install -y redis-server
```no-highlight
sudo yum install -y redis
sudo systemctl start redis
sudo systemctl enable redis
sudo systemctl start redis-server
sudo systemctl enable redis-server
```
You may wish to modify the Redis configuration at `/etc/redis.conf` or `/etc/redis/redis.conf`, however in most cases the default configuration is sufficient.