您最多选择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 %}
|