| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | ## Spring Data Redis
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ### Relevant Articles:
 | 
					
						
							| 
									
										
										
										
											2020-02-12 19:55:28 +01:00
										 |  |  | - [Introduction to Spring Data Redis](https://www.baeldung.com/spring-data-redis-tutorial) | 
					
						
							|  |  |  | - [PubSub Messaging with Spring Data Redis](https://www.baeldung.com/spring-data-redis-pub-sub) | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | - [An Introduction to Spring Data Redis Reactive](https://www.baeldung.com/spring-data-redis-reactive) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ### Build the Project with Tests Running
 | 
					
						
							|  |  |  | ``` | 
					
						
							|  |  |  | mvn clean install | 
					
						
							|  |  |  | ``` | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ### Run Tests Directly
 | 
					
						
							|  |  |  | ``` | 
					
						
							|  |  |  | mvn test | 
					
						
							|  |  |  | ``` |