DATAREDIS-862 - Document that Redis Repositories do not work with transactions.

Original pull request: #354.
This commit is contained in:
Mark Paluch
2018-09-04 10:27:33 +02:00
parent 68ea54cc17
commit f80dc31dfa

View File

@@ -3,7 +3,7 @@
Working with Redis Repositories lets you seamlessly convert and store domain objects in Redis Hashes, apply custom mapping strategies, and use secondary indexes.
IMPORTANT: Redis Repositories requires at least Redis Server version 2.8.0.
IMPORTANT: Redis Repositories require at least Redis Server version 2.8.0 and do not work with transactions. Make sure to use a `RedisTemplate` with <<tx.spring,disabled transaction support>>.
[[redis.repositories.usage]]
== Usage