選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- 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 %}
|