diff --git a/redisson-quarkus/README.md b/redisson-quarkus/README.md
index 8a58b199e..13619f168 100644
--- a/redisson-quarkus/README.md
+++ b/redisson-quarkus/README.md
@@ -79,9 +79,9 @@ Below is the list of all Cache implementations:
|clustered
available only in [Redisson PRO](https://redisson.pro) | ❌ | ✔️ | **scripted** | ✔️ |
|clustered_localcache
available only in [Redisson PRO](https://redisson.pro) | ✔️ | ✔️ | **scripted** | ✔️ |
-`expire-after-write` setting defines time to live of the item stored in the cache
-`expire-after-access` setting defines time to live added to the item after read operation
-`implementation` setting defines the type of cache used
+`expire-after-write` setting defines time to live of the item stored in the cache. Default value is `0`.
+`expire-after-access` setting defines time to live added to the item after read operation. Default value is `0`.
+`implementation` setting defines the type of cache used. Default value is `standard`.
```
quarkus.cache.type=redisson