Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Redis Adapter: not found server host key #137

@lpj145

Description

@lpj145

Somebody help me with this ??
https://docs.zendframework.com/zend-cache/storage/adapter/#the-redis-adapter
I try it on config:

'cache' => [
        'enabled' => true,
        //About redis configuration
        'redis' => [
            'database' => 0,
            'namespace_separator' => ':',
            'password' => '',
            'persistent_id' => '',
            'resource_manager' => null,
            //This provides redis connector
            //By uri, associative array or list
            'server' => [
                'localhost',
                6379
            ]
        ],
    ]

return new Redis($config['redis']);

when debug it i found this bug ????

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions