Skip to content

该扩展在redis配置了前缀后,产生了bug导致不能使用。 #3

@staraimer

Description

@staraimer

配置:
'queue' => [
'host' => '127.0.0.1',
'password' => null,
'port' => 6379,
'database' => 1,
'options' => [
'prefix' =>
env('APP_NAME', 'laravel'), '') . '' . env('APP_ENV') . '_'
],
],

再layout视图中 (42行)@foreach($connections[$conn] as $name => $value) 此处会产生问题。
再index 视图中 (77行)@php($type = $key[1]->getPayload()) 获取不到key的类型,redis中的key被重复加上了前缀。

关于以上问题,该如何解决

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