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

Enable TLS benchmarks on redis-benchmark-go #13

Open
filipecosta90 opened this issue Aug 10, 2022 · 1 comment
Open

Enable TLS benchmarks on redis-benchmark-go #13

filipecosta90 opened this issue Aug 10, 2022 · 1 comment

Comments

@filipecosta90
Copy link
Collaborator

No description provided.

@patsevanton
Copy link

Same issue.

TLS work with redis-cli

redis-cli     -h c-id.rw.mdb.cloud.net     -a secretpassword  -p 6380     --tls
Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
c-id.rw.mdb.cloud.net:6380> KEYS *
(empty array)
c-id.rw.mdb.cloud.net:6380> 

but error with redis-benchmark-go

redis-benchmark-go   -h c-id.rw.mdb.cloud.net -p 6380   -a secretpassword   -c 50   -n 1000000   -r 1000000   -cmd "SET __key__ __value__"   -cmd-ratio 1
IPs [zz.yy.xx.157]
Total clients: 50. Commands per client: 20000 Total commands: 1000000
Using random seed: 12345
2024/12/26 17:13:18 Error preparing for benchmark, while creating new pool. error = response returned from Conn: read tcp 192.168.0.121:54318->zz.yy.xx.157:6380: read: connection reset by peer

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

2 participants