var fDesc=new Array(); fDesc[0] = "Redis Desktop Manager (aka RDM) — is a fast open source Redis database management application for Windows, Linux, and MacOS. This tool offers you an easy-to-use GUI to access your Redis DB and perform some basic operations: view keys as a tree, CRUD keys, execute commands via Shell.

RDM supports SSL/TLS encryption, SSH tunnels, and cloud Redis instances such as Amazon ElastiCache, Microsoft Azure Redis Cache and Redis Labs."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }