Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
postfix-mta-sts-resolver
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Snawoot
postfix-mta-sts-resolver
Commits
8faccfc9
Unverified
Commit
8faccfc9
authored
2 years ago
by
Snawoot
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #96 from acteru/master
advertise new kind of supported cache
parents
f9033f68
0348ce99
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
man/mta-sts-daemon.yml.5.adoc
+10
-2
10 additions, 2 deletions
man/mta-sts-daemon.yml.5.adoc
with
10 additions
and
2 deletions
man/mta-sts-daemon.yml.5.adoc
+
10
−
2
View file @
8faccfc9
...
@@ -32,7 +32,7 @@ The file is in YAML syntax with the following elements:
...
@@ -32,7 +32,7 @@ The file is in YAML syntax with the following elements:
*cache*::
*cache*::
* *type*: (_str_: _internal_|_sqlite_|_redis_) cache backend type. Default: internal
* *type*: (_str_: _internal_|_sqlite_|_redis_
|_redis_sentinel_
) cache backend type. Default: internal
* *options*:
* *options*:
** Options for _internal_ type:
** Options for _internal_ type:
*** *cache_size*: (_int_) number of cache entries to store in memory. Default: 10000
*** *cache_size*: (_int_) number of cache entries to store in memory. Default: 10000
...
@@ -42,6 +42,10 @@ The file is in YAML syntax with the following elements:
...
@@ -42,6 +42,10 @@ The file is in YAML syntax with the following elements:
*** *timeout*: (_float_) timeout in seconds for acquiring connection from pool or DB lock. Default: 5
*** *timeout*: (_float_) timeout in seconds for acquiring connection from pool or DB lock. Default: 5
** Options for _redis_ type:
** Options for _redis_ type:
*** All parameters are passed to `aioredis.from_url` [0]. Check there for a parameter reference.
*** All parameters are passed to `aioredis.from_url` [0]. Check there for a parameter reference.
** Options for _redis_sentinel_ type:
*** *sentinel_master_name*: (_str_) name of the sentinel master
*** *sentinels*: (_list_)(_tuple_) list of sentinels in form of ip/fqdn and port
*** All other parameters are passed to `aioredis.sentinel.Sentinel` [1]. For additional details check [2].
*proactive_policy_fetching*::
*proactive_policy_fetching*::
...
@@ -99,3 +103,7 @@ domains operate under "testing" mode.
...
@@ -99,3 +103,7 @@ domains operate under "testing" mode.
0.::
0.::
https://aioredis.readthedocs.io/en/latest/api/high-level/#aioredis.client.Redis.from_url
https://aioredis.readthedocs.io/en/latest/api/high-level/#aioredis.client.Redis.from_url
1.::
https://aioredis.readthedocs.io/en/latest/getting-started/#redis-sentinel-client
2.::
https://redis.readthedocs.io/en/stable/connections.html#sentinel-client
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment