소스 검색

Add note about Redis config to installation instructions

Jeremy Stretch 6 년 전
부모
커밋
9c88f12abe
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/installation/2-redis.md

+ 2 - 0
docs/installation/2-redis.md

@@ -12,6 +12,8 @@
 # yum install -y redis
 ```
 
+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.
+
 ## Verify Service Status
 
 Use the `redis-cli` utility to ensure the Redis service is functional: