25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
227 B

  1. dbfilename redis_socketio.rdb
  2. dir {{ pid_path }}
  3. pidfile {{ pid_path }}/redis_socketio.pid
  4. bind 127.0.0.1
  5. port {{ port }}
  6. {% if redis_version and redis_version >= 6.0 %}
  7. aclfile {{ config_path }}/redis_socketio.acl
  8. {% endif %}