We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d6dcb commit 2cb1b76Copy full SHA for 2cb1b76
library/Core/config.php
@@ -27,7 +27,7 @@
27
'time' => microtime(true),
28
],
29
'cache' => [
30
- 'adapter' => envValue('CACHE_ADAPTER'),
+ 'adapter' => 'libmemcached',
31
'options' => [
32
'libmemcached' => [
33
'servers' => [
tests/.env.test
@@ -13,7 +13,6 @@ DATA_API_MYSQL_NAME=phalcon-api
13
14
TOKEN_AUDIENCE=https://phalcon.io
15
16
-CACHE_ADAPTER=stream
17
CACHE_PREFIX=api_cache_
18
CACHE_LIFETIME=86400
19
0 commit comments