File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -41,16 +41,14 @@ Then select the proper cache driver:
41
41
42
42
| Driver | Is eligible? | Description |
43
43
| :---| :---:| :---|
44
- | ** ` redis ` ** | 😄 | Very fast, scalable and reliable driver |
44
+ | ** ` redis ` ** | 😄 | Very fast, scalable and reliable driver< br > ** (Cluster mode must be disabled) ** |
45
45
| ** ` 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) ** |
47
47
| ` apc ` | 😧 | It works unless PHP processes are running in multiple machines or containers |
48
48
| ` file ` | 😧 | It works unless PHP processes are running in multiple machines or containers |
49
49
| <del >` database ` </del > | 🤮 | We'll get into a chicken-or-egg situation |
50
50
| <del >` array ` </del > | 🤮 | Just for testing |
51
51
52
- ** Attention: You MUST DISABLE cluster-mode on Redis for this purpose.**
53
-
54
52
## Features
55
53
56
54
This library provides the following features.
You can’t perform that action at this time.
0 commit comments