Question
Problem with redli command on managed redis db
I have set up a DO managed redis db and installed the redli command on my droplet. When I enter redli --tls -h <host> -a <password> -p 25061
on the droplet the db returns Connected to 5.0.6
. But if I then enter any redli command, such as ping
, the return is always nil
. Does anyone know what I might be doing wrong?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×