Commit Graph

13 Commits

Author SHA1 Message Date
Christoph Strobl
c6b2ba75af 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.
2014-09-04 08:44:47 +02:00
Oliver Gierke
81a14b6c02 DATAREDIS-336 - Removed old docbook reference documentation.
Original pull request: #94.
2014-09-04 08:44:47 +02:00
Christoph Strobl
bc31655417 DATAREDIS-279 - Update documentation
Corrected typos and added copyright information.
Updated sync nature for subscriptions using RMLC.
Added RedisTemplate command reference.
Added include-fallback to appendix-schema reference.

Original pull request: #41.
2014-02-27 13:54:14 +01:00
Christoph Strobl
3a49fd14e5 DATAREDIS-266 - Update Documentation.
Updated links in javadoc. Added API javadoc with references to the redis commands. Updated reference manual. Updated Readme and contributing guide.
Updated (SCM and developer information in) gradle build and template.mf bundle manifest.

Original pull request: #38
2014-02-18 10:35:30 +01:00
Christoph Strobl
82578066e8 DATAREDIS-246 - RedisCacheManager.getCache() does not match the logical of CompositeCacheManager.
By default RedisCacheManager lazily initializes RedisCaches when requested. To put it into static mode a defined set of cache names has to be passed to the CacheManager.

We changed the implementation so it  makes use of AbstractTransactionalCache introduced in Spring 3.2 which properly registers caches. Additionally the loadRemoteCachesOnStartup switch allows to retrieve and initialize existing caches by loading keys form redis server.

Further on RedisCacheManager can be set in transaction aware mode so that values are only put into cache after successful commit of surrounding transaction.

Original pull request: #33
2014-02-17 13:39:18 +01:00
Jennifer Hickey
5dfb8c447f Add documentation on Redis transactions
DATAREDIS-125
2013-04-18 12:13:11 -07:00
Costin Leau
d536e70f82 update build system to Gradle 1.0 and latest plugin 2012-06-21 21:45:21 +03:00
Costin Leau
582abd1ff7 docbook updates 2011-07-06 16:39:45 +03:00
Costin Leau
35cb6fc5e1 + update some references 2011-07-05 19:31:47 +03:00
Costin Leau
690923b3c9 DATAKV-75
+ fixed item replacement
(note that ReplaceTask only accepts chars not strings and the GroovyStringTemplate seems to be fragile so the ${} got replaced with @@)
2011-07-04 21:05:08 +03:00
Costin Leau
2b4617eb5c + upgrade reference to docbook 5.0 2011-02-08 19:48:34 +02:00
Costin Leau
2440975a14 various tweaks 2011-02-08 15:12:13 +02:00
Costin Leau
19355aa9dd + rearrange docs folder 2011-02-08 13:06:14 +02:00