maleo-foundation 0.3.38__py3-none-any.whl → 0.3.39__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- maleo_foundation/models/transfers/general/configurations/cache/redis.py +1 -1
- {maleo_foundation-0.3.38.dist-info → maleo_foundation-0.3.39.dist-info}/METADATA +1 -1
- {maleo_foundation-0.3.38.dist-info → maleo_foundation-0.3.39.dist-info}/RECORD +5 -5
- {maleo_foundation-0.3.38.dist-info → maleo_foundation-0.3.39.dist-info}/WHEEL +0 -0
- {maleo_foundation-0.3.38.dist-info → maleo_foundation-0.3.39.dist-info}/top_level.txt +0 -0
@@ -15,7 +15,7 @@ class RedisCacheNamespaces(BaseModel):
|
|
15
15
|
return ":".join([self.base if base_override is None else base_override, type, *ext])
|
16
16
|
|
17
17
|
class RedisCacheConfigurations(BaseModel):
|
18
|
-
ttl: Union[int, float] = Field(BaseEnums.
|
18
|
+
ttl: Union[int, float] = Field(BaseEnums.Expiration.EXP_5MN, description="Default TTL")
|
19
19
|
namespaces: RedisCacheNamespaces = Field(..., description="Redis cache's namepsaces")
|
20
20
|
host: str = Field(..., description="Redis instance's host")
|
21
21
|
port: int = Field(6379, description="Redis instance's port")
|
@@ -76,7 +76,7 @@ maleo_foundation/models/transfers/general/configurations/database.py,sha256=v-Iz
|
|
76
76
|
maleo_foundation/models/transfers/general/configurations/middleware.py,sha256=-6dk6C2QBDfmTDENhsgyMHpRUGfrSxQY3BDwo_WtgAs,1710
|
77
77
|
maleo_foundation/models/transfers/general/configurations/service.py,sha256=8lag1KXkS43IwsMGWka7L-peQ9YT1-dmWeEhQ1hnnLU,304
|
78
78
|
maleo_foundation/models/transfers/general/configurations/cache/__init__.py,sha256=a7p5LWkQJlgcfKpdJrKnCfe1LUAnwltXwTOThANlR6s,286
|
79
|
-
maleo_foundation/models/transfers/general/configurations/cache/redis.py,sha256=
|
79
|
+
maleo_foundation/models/transfers/general/configurations/cache/redis.py,sha256=f4Djq1Uo2IvVNpclKtNCtcXnb9ghzX76HshEQGULo8k,1164
|
80
80
|
maleo_foundation/models/transfers/general/configurations/client/__init__.py,sha256=2Iln1K23ad283y_PxVf4Zo25LZrGlrIIYlqm0cCFO5U,331
|
81
81
|
maleo_foundation/models/transfers/general/configurations/client/maleo.py,sha256=0ecfHUW-gkmUZBrCINdoFJN9t03VGV9a8ND1D-LpmNc,1741
|
82
82
|
maleo_foundation/models/transfers/parameters/__init__.py,sha256=oKW4RPIEISISRjsJzD8lsCGY1HhZRTzshPpWHcJu86k,353
|
@@ -133,7 +133,7 @@ maleo_foundation/utils/loaders/credential/__init__.py,sha256=qopTKvcMVoTFwyRijeg
|
|
133
133
|
maleo_foundation/utils/loaders/credential/google.py,sha256=ZglnLdW3lHmaKER4mwGe5N5ERus-bdsamfpwGmQYPIo,6344
|
134
134
|
maleo_foundation/utils/loaders/key/__init__.py,sha256=hVygcC2ImHc_aVrSrOmyedR8tMUZokWUKCKOSh5ctbo,106
|
135
135
|
maleo_foundation/utils/loaders/key/rsa.py,sha256=gDhyX6iTFtHiluuhFCozaZ3pOLKU2Y9TlrNMK_GVyGU,3796
|
136
|
-
maleo_foundation-0.3.
|
137
|
-
maleo_foundation-0.3.
|
138
|
-
maleo_foundation-0.3.
|
139
|
-
maleo_foundation-0.3.
|
136
|
+
maleo_foundation-0.3.39.dist-info/METADATA,sha256=yGlbtVCHq0F4vZ58UjATKCf9oKbudwDbQvEPzely1rA,3740
|
137
|
+
maleo_foundation-0.3.39.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
138
|
+
maleo_foundation-0.3.39.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
|
139
|
+
maleo_foundation-0.3.39.dist-info/RECORD,,
|
File without changes
|
File without changes
|