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:
Christoph Strobl
2014-08-11 22:04:54 +02:00
committed by Oliver Gierke
parent fe6b75ee2a
commit c6b2ba75af
5 changed files with 144 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
[float]
= Document structure
= Appendix Document structure
Various appendixes outside the reference documentation.

View File

@@ -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