Skip to content

Cannot use 'KEYS' with redis-cluster. #93

@fredams

Description

@fredams

Hi,
i'm using predis, but when i start the workers i'm getting this message:

** [12:21:53 2019-10-25] Starting worker 
                                       
  [Predis\NotSupportedException]         
  Cannot use 'KEYS' with redis-cluster.  

Config file:

predis:
  namespace:  namespace
  config:
    - "tcp://server1:9991"
    - "tcp://server1:9992"
    - "tcp://server1:9993"
  options:
    cluster: "redis"

Can anyone help me please?
thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions