When this library is added to a project it allows for redis connection details to be setup.
Add the following as a dependency in your pom.xml
<dependency>
<groupId>edu.iu.uits.lms</groupId>
<artifactId>lms-canvas-redis-config</artifactId>
<version><!-- latest version --></version>
</dependency>
You can find the latest version in Maven Central.
Add to any configuration class, or even the main application class @EnableRedisConfiguration
.