Skip to content

Commit 2a50ebd

Browse files
authored
Update README.md
1 parent 547d8b6 commit 2a50ebd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,14 @@ Then select the proper cache driver:
4141

4242
| Driver | Is eligible? | Description |
4343
|:---|:---:|:---|
44-
| **`redis`** | 😄 | Very fast, scalable and reliable driver |
44+
| **`redis`** | 😄 | Very fast, scalable and reliable driver<br>**(Cluster mode must be disabled)** |
4545
| **`memcached`** | 😄 | Alternative for Redis |
46-
| `dynamodb` | 😃 | It works but not so suitable for short-term caching |
46+
| `dynamodb` | 😧 | It works but not so suitable for short-term caching<br>**(`ConsistentRead` must be enabled)** |
4747
| `apc` | 😧 | It works unless PHP processes are running in multiple machines or containers |
4848
| `file` | 😧 | It works unless PHP processes are running in multiple machines or containers |
4949
| <del>`database`</del> | 🤮 | We'll get into a chicken-or-egg situation |
5050
| <del>`array`</del> | 🤮 | Just for testing |
5151

52-
**Attention: You MUST DISABLE cluster-mode on Redis for this purpose.**
53-
5452
## Features
5553

5654
This library provides the following features.

0 commit comments

Comments
 (0)