Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working redis-sentinel-feature #666

Closed
5st7 opened this issue Apr 12, 2022 · 2 comments
Closed

Not working redis-sentinel-feature #666

5st7 opened this issue Apr 12, 2022 · 2 comments

Comments

@5st7
Copy link

5st7 commented Apr 12, 2022

I'm trying redis-sentinel-feature.

Startup failed:

nc_conf.c:1070 conf: '/etc/nutcracker.conf' has more than one sequence directive
malexer-twemproxy  | nutcracker: configuration file '/etc/nutcracker.conf' syntax is invalid

I use nutcracker.yml as a sample.

  sigma:
    listen: 127.0.0.1:22125
    hash: fnv1a_64
    distribution: ketama
    auto_eject_hosts: false
    redis: true
    server_retry_timeout: 2000
    server_failure_limit: 1
    servers:
      - 127.0.0.1:6379:1 server1
      - 127.0.0.1:6380:1 server2
    sentinels:
      - 127.0.0.1:26379:1
      - 127.0.0.1:26380:1
      - 127.0.0.1:26381:1

Is that any error on my nutcracker.yml?
or is it not supported yet?

@yuerugou54
Copy link

yuerugou54 commented Apr 12, 2022 via email

@kukey
Copy link
Contributor

kukey commented Apr 27, 2022

It`s not support now.

@5st7 5st7 closed this as completed Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants