diff --git a/.idea/dbnavigator.xml b/.idea/dbnavigator.xml
new file mode 100644
index 0000000..2601c0d
--- /dev/null
+++ b/.idea/dbnavigator.xml
@@ -0,0 +1,468 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index a38ef62..a67bdeb 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,8 +1,5 @@
-
-
-
@@ -24,6 +21,8 @@
+
+
@@ -73,9 +72,11 @@
+
+
-
+
@@ -190,7 +191,7 @@
-
+
@@ -251,6 +252,13 @@
+
+
+
+
+
+
+
@@ -258,6 +266,7 @@
+
@@ -269,7 +278,6 @@
-
@@ -280,6 +288,8 @@
1598862102028
+
+
1601453886631
@@ -627,6 +637,9 @@
+
+
+
@@ -672,10 +685,6 @@
-
-
-
-
@@ -690,7 +699,6 @@
-
@@ -703,40 +711,29 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
@@ -745,7 +742,6 @@
-
@@ -754,7 +750,6 @@
-
@@ -763,7 +758,6 @@
-
@@ -797,28 +791,18 @@
-
-
-
-
-
-
-
-
-
-
@@ -839,28 +823,20 @@
-
-
-
-
-
-
-
-
diff --git a/Klaus.iml b/Klaus.iml
index f34510a..6017e1a 100644
--- a/Klaus.iml
+++ b/Klaus.iml
@@ -1,5 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/java/com/release11/klaus/config/RedisConfig.java b/src/main/java/com/release11/klaus/config/RedisConfig.java
index ca18f14..d79bcdc 100644
--- a/src/main/java/com/release11/klaus/config/RedisConfig.java
+++ b/src/main/java/com/release11/klaus/config/RedisConfig.java
@@ -14,6 +14,13 @@ import redis.clients.jedis.JedisPool;
import java.util.Objects;
+/**
+ * RedisConfig is a class that reads properties from Environment singleton instance and builds beans based on them.
+ * JedisPool ?- an instance of the JedisPool class that contains info about host and port of Reddis
+ * JedisConnectionFactory - ConnectionFactory created based on host and port provided by Environment
+ * RedisTemplate - Creates map-like object which contains ConnectionFactory and sets parameters. Uses Jackson
+ * deserialiazer
+ */
@Configuration
@EnableRedisRepositories
@PropertySource("classpath:data-access.properties")