File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1204,7 +1204,7 @@ fn config_overrides() {
12041204 redis : Some ( RedisCacheConfig {
12051205 url : "myotherredisurl" . to_owned ( ) ,
12061206 ttl : 24 * 3600 ,
1207- key_prefix : String :: new ( ) ,
1207+ key_prefix : "/redis/prefix" . into ( ) ,
12081208 } ) ,
12091209 ..Default :: default ( )
12101210 } ,
@@ -1225,7 +1225,7 @@ fn config_overrides() {
12251225 } ) ,
12261226 redis : Some ( RedisCacheConfig {
12271227 url : "myredisurl" . to_owned ( ) ,
1228- ttl : 24 * 3600 ,
1228+ ttl : 25 * 3600 ,
12291229 key_prefix : String :: new ( ) ,
12301230 } ) ,
12311231 ..Default :: default ( )
@@ -1240,7 +1240,7 @@ fn config_overrides() {
12401240 cache: Some ( CacheType :: Redis ( RedisCacheConfig {
12411241 url: "myotherredisurl" . to_owned( ) ,
12421242 ttl: 24 * 3600 ,
1243- key_prefix: String :: new ( ) ,
1243+ key_prefix: "/redis/prefix" . into ( ) ,
12441244 } ) , ) ,
12451245 fallback_cache: DiskCacheConfig {
12461246 dir: "/env-cache" . into( ) ,
You can’t perform that action at this time.
0 commit comments