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.
|
12345678 |
- dbfilename redis_queue.rdb
- dir {{ pid_path }}
- pidfile {{ pid_path }}/redis_queue.pid
- bind 127.0.0.1
- port {{ port }}
- {% if redis_version and redis_version >= 6.0 %}
- aclfile {{ config_path }}/redis_queue.acl
- {% endif %}
|