File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The file is in YAML syntax with the following elements:
32
32
33
33
*cache*::
34
34
35
- * *type*: (_str_: _internal_|_sqlite_|_redis_|_redis_sentinel_) cache backend type. Default: internal
35
+ * *type*: (_str_: _internal_|_sqlite_|_redis_|_redis_sentinel_|postgres ) cache backend type. Default: internal
36
36
* *options*:
37
37
** Options for _internal_ type:
38
38
*** *cache_size*: (_int_) number of cache entries to store in memory. Default: 10000
@@ -44,8 +44,10 @@ The file is in YAML syntax with the following elements:
44
44
*** All parameters are passed to `aioredis.from_url` [0]. Check there for a parameter reference.
45
45
** Options for _redis_sentinel_ type:
46
46
*** *sentinel_master_name*: (_str_) name of the sentinel master
47
- *** *sentinels*: (_list_)(_tuple_) list of sentinels in form of ip/fqdn and port
47
+ *** *sentinels*: (_list_)(_tuple_) list of sentinels in form of IP/FQDN and port
48
48
*** All other parameters are passed to `aioredis.sentinel.Sentinel` [1]. For additional details check [2].
49
+ ** Options for _postgres_ type:
50
+ *** *dsn*: (_str_) database connection string
49
51
50
52
*proactive_policy_fetching*::
51
53
You can’t perform that action at this time.
0 commit comments