Skip to content
This repository was archived by the owner on Oct 22, 2019. It is now read-only.

Commit 629961d

Browse files
authored
Mention in memory adapter in the introduction
1 parent 2f4f7c0 commit 629961d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ If using Redis, we recommend to run a local Redis instance next to your PHP work
1010
## How does it work?
1111

1212
Usually PHP worker processes don't share any state.
13-
You can pick from two adapters.
14-
One uses Redis the other APC.
15-
While the former needs a separate binary running, the latter just needs the [APC](https://pecl.php.net/package/APCU) extension to be installed.
13+
You can pick from three adapters.
14+
Redis, APC or an in memory adapter.
15+
While the first needs a separate binary running, the second just needs the [APC](https://pecl.php.net/package/APCU) extension to be installed. If you don't need persistent metrics between requests (e.g. a long running cron job or script) the in memory adapter might be suitable to use.
1616

1717
## Usage
1818

0 commit comments

Comments
 (0)