Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

9 rader
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 %}