You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- dbfilename redis_socketio.rdb
- dir {{ pid_path }}
- pidfile {{ pid_path }}/redis_socketio.pid
- bind 127.0.0.1
- port {{ port }}
- {% if redis_version and redis_version >= 6.0 %}
- aclfile {{ config_path }}/redis_socketio.acl
- {% endif %}
|