-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Homebrew MacOS 15.2 ARM Redis DB Index ignored #1625
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
Comments
Hi @edgework, |
For me on the version installed by Homebrew 4.6.3 it for sure does not write to any database other than 0. Monitoring redis shows a SELECT command is never sent. Maybe it's something related to the turnserver.conf? here's mine
|
@edgework |
I found the problem. Try it against a redis that doesn't require AUTH. and don't provide a password
|
@edgework |
Disable the password. This problem exists where the redis server DOES NOT have a password and one is not provided in the turnadmin commandline |
I think the issue is fixed here, please reopen if thats not the case: #1668 |
Uh oh!
There was an error while loading. Please reload this page.
turnadmin -a -u alice -r example.com -p secret123 -N "ip=127.0.0.1 dbname=0"
Will write values to redis in db index 0
turnadmin -a -u alice -r example.com -p secret123 -N "ip=127.0.0.1 dbname=4"
Also writes value to redis in db index 0
😕
The text was updated successfully, but these errors were encountered: