Skip to content

Instantly share code, notes, and snippets.

redis-cli with TLS

This guide shows you how to connect to a remote secure Redis instance via local.

Note: PROCEED WITH EXTREME CAUTION UNDER THE ASSUMPTION THAT YOU ARE CONNECTING TO A PROUDCTION LEVEL REDIS INSTANCE

Pre-reqs

@import url('https://fonts.googleapis.com/css?family=Merriweather');
body {
font-family: 'Merriweather', serif;
background-color: #222233;
line-height: 2;
font-size: 17px;
color: #D1D1D1;
text-rendering: optimizeLegibility;
}