From cff2b0c523f68a93d7a6be50a59312d0d7659a87 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Mon, 5 Feb 2018 16:32:14 -0500 Subject: [PATCH] Update configuration --- configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.md b/configuration.md index 8ea4853..987c904 100644 --- a/configuration.md +++ b/configuration.md @@ -7,7 +7,7 @@ All user config lives in the `app/config` folder, using [TOML](https://github.co ### cache.toml Cache setup -* **driver** - the caching backend, one of: `apcu`, `memcached`, `null` (no-caching), or `redis` +* **driver** - the caching backend, one of: `memcached`, `redis`, or `null` (no-caching) * **[connection]** - connection information for the selected cache