You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
No description provided.
The text was updated successfully, but these errors were encountered: