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?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Never mind… I tried reconnecting again later and the redli commands were working. I have no idea what was going on the first time.