16 lines
193 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:
- [Introduction to Spring Data Redis]
### Build the Project with Tests Running
```
mvn clean install
```
### Run Tests Directly
```
mvn test
```