Update README.md

pull/1792/head
Nikita Koksharov 6 years ago committed by GitHub
parent 1c278d58f3
commit 80e01144ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ Redis based Hibernate Cache implementation
=== ===
Implements Hibernate 2nd level Cache provider based on Redisson. Implements Hibernate 2nd level Cache provider based on Redisson.
Supports all Hibernate cache strategies: `READ_ONLY`, `NONSTRICT_READ_WRITE`, `READ_WRITE` and `TRANSACTIONAL`. Supports all Hibernate cache strategies: `READ_ONLY`, `NONSTRICT_READ_WRITE`, `READ_WRITE` and `TRANSACTIONAL`.
It's recommended to use FST or Snappy as [codec](https://github.com/redisson/redisson/wiki/4.-data-serialization). It's recommended to use FST or Snappy as [codec](https://github.com/redisson/redisson/wiki/4.-data-serialization).
Compatible with Hibernate 4.x, 5.x Compatible with Hibernate 4.x, 5.x

Loading…
Cancel
Save