Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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