Skip to content

Commit

Permalink
Allow Redis db to be set when using Sentinel
Browse files Browse the repository at this point in the history
  • Loading branch information
jlinn committed Mar 18, 2016
1 parent 8337514 commit f9b7d1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Maven dependency:
<dependency>
<groupId>net.joelinn</groupId>
<artifactId>quartz-redis-jobstore</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
### 2016-03-17
* Allow Redis db to be set when using Sentinel

### 2016-03-02
* Fix a bug where acquired triggers were not being released.

Expand Down

0 comments on commit f9b7d1c

Please sign in to comment.