redis init

Change-Id: I36190c86e7d2bf3f812f10bf40cd9bf8204484c5
diff --git a/pom.xml b/pom.xml
index f1932cb..7bf796e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,10 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-data-redis</artifactId>
+        </dependency>
     </dependencies>
 
     <build>