java-tutorials/spring-data-redis/README.md

17 lines
340 B
Markdown
Raw Normal View History

2015-12-25 13:32:28 -05:00
## Spring Data Redis
2015-12-25 13:31:31 -05:00
### Relevant Articles:
2016-02-29 19:02:46 -05:00
- [Introduction to Spring Data Redis](http://www.baeldung.com/spring-data-redis-tutorial)
2016-10-04 05:22:02 -04:00
- [PubSub Messaging with Spring Data Redis](http://www.baeldung.com/spring-data-redis-pub-sub)
2015-12-25 13:31:31 -05:00
### Build the Project with Tests Running
```
mvn clean install
```
### Run Tests Directly
```
mvn test
```