Skip to content

Commit

Permalink
Update Redis config source reference (#11145)
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman authored Jan 2, 2025
1 parent 7936c97 commit 92918bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/customization/Caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ manager.createCache(appName + "ClinicalDataCache", config);
```

You also need to create a new cache resolver
in [RedisConfig.java](https://github.com/cBioPortal/cbioportal/blob/master/persistence/persistence-api/src/main/java/org/cbioportal/persistence/config/RedisConfig.java):
in [RedisConfig.java](https://github.com/cBioPortal/cbioportal/blob/master/src/main/java/org/cbioportal/persistence/config/RedisConfig.java):

```
@Bean
Expand Down

0 comments on commit 92918bd

Please sign in to comment.