18 lines
443 B
Markdown
Raw Normal View History

2015-12-26 00:02:28 +05:30
## Spring Data Redis
2015-12-26 00:01:31 +05:30
### Relevant Articles:
2016-03-01 02:02:46 +02:00
- [Introduction to Spring Data Redis](http://www.baeldung.com/spring-data-redis-tutorial)
2016-10-04 15:22:02 +06:00
- [PubSub Messaging with Spring Data Redis](http://www.baeldung.com/spring-data-redis-pub-sub)
- [An Introduction to Spring Data Redis Reactive](https://www.baeldung.com/spring-data-redis-reactive)
2015-12-26 00:01:31 +05:30
### Build the Project with Tests Running
```
mvn clean install
```
### Run Tests Directly
```
mvn test
```