Skip to content

Instantly share code, notes, and snippets.

@PRASANTHRAJENDRAN
Created April 14, 2020 10:35
Show Gist options
  • Select an option

  • Save PRASANTHRAJENDRAN/278cd90df961e46b2d5a99f2de675bc5 to your computer and use it in GitHub Desktop.

Select an option

Save PRASANTHRAJENDRAN/278cd90df961e46b2d5a99f2de675bc5 to your computer and use it in GitHub Desktop.
Dependencies required for Redis Cache
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment