Skip to content

the plugin_daemon does't support redis cluster? #475

@ROBODRILL

Description

@ROBODRILL

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • Please do not modify this template :) and fill in all the required fields.

1. Is this request related to a challenge you're experiencing? Tell me about your story.

I want to use the redis cluster,the config is :
#REDIS_HOST=
#REDIS_PORT=
#REDIS_USERNAME=
#REDIS_PASWORD=
...
REDIS_USE_CLUSTERS=true
REDIS_CLUSTERS=ip1:port1,ip2:port2,ip3:port3,ip4:port4,ip5:port5,ip6:port6
REDIS_CLUSTERS_PASSWORD=password
;
starting the docker dify ,the error is :
plugin_daemon_1 |panic: [PANIC] init redis client failed: dial tcp: lookup redis: i/o timeout;

this is the dify_plugin_daemon source code:

Image

whether the dify_plugin_daemon can not use redis cluster?

2. Additional context or comments

No response

3. Can you help us with this feature?

  • I am interested in contributing to this feature.

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