DATAREDIS-336 - Copy styles to output dir.
Upgraded to Asciidoctor 1.5.0. We now cheat on Gradle docbook-reference-plugin by directly copying files to reference work dir to bypass expanding files. Create an empty source folder so that the plugin does not fail. Original pull request: #94.
This commit is contained in:
committed by
Oliver Gierke
parent
fe6b75ee2a
commit
c6b2ba75af
@@ -1,5 +1,5 @@
|
||||
[float]
|
||||
= Document structure
|
||||
= Appendix Document structure
|
||||
|
||||
Various appendixes outside the reference documentation.
|
||||
|
||||
|
||||
@@ -177,6 +177,8 @@ public RedisConnectionFactory jedisConnectionFactory() {
|
||||
}
|
||||
----
|
||||
|
||||
Sometimes direct interaction with the one of the Sentinels is required. Using `RedisConnectionFactory.getSentinelConnection()` or `RedisConnection.getSentinelCommands()` gives you access to the first active Sentinel configured.
|
||||
|
||||
[[redis:template]]
|
||||
== Working with Objects through RedisTemplate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user