Cphalcon: Storage/Adapter/Redis Not support unix

Created on 4 Apr 2020  Â·  3Comments  Â·  Source: phalcon/cphalcon

 * @param array $options = [
 *     'host' => '127.0.0.1',
 *     'port' => 6379,
 *     'index' => 0,
 *     'persistent' => false,
 *     'auth' => '',
 *     'socket' => '',
 *     'defaultSerializer' => 'Php',
 *     'lifetime' => 3600,
 *     'serializer' => null,
 *     'prefix' => ''
 * ]

where config /tmp/redis.sock?

bug unverified

All 3 comments

[
    'host' => '/tmp/redis.sock', 
    'port' => null
]

Yes,it's work!
'port' => null √
I just try 'port' => 0

Yes,it's work!
'port' => null √
I just try 'port' => 0

Was this page helpful?
0 / 5 - 0 ratings

Related issues

FairPrice picture FairPrice  Â·  4Comments

ruudboon picture ruudboon  Â·  3Comments

Yakovlev-Melarn picture Yakovlev-Melarn  Â·  3Comments

hailie-rei picture hailie-rei  Â·  3Comments

bestirani2 picture bestirani2  Â·  3Comments