設定でPostgreSQLのクエリー結果のキャッシュを無効できるように (#5046)
This commit is contained in:
parent
20630cb3a0
commit
1432a7193d
3 changed files with 6 additions and 2 deletions
|
@ -14,6 +14,7 @@ export type Source = {
|
|||
db: string;
|
||||
user: string;
|
||||
pass: string;
|
||||
disableCache?: boolean;
|
||||
extra?: { [x: string]: string };
|
||||
};
|
||||
redis: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue