onewe / RedisDesktopManager-Mac

Redis Desktop Manager Mac OSX DMG
https://onew.me
159 stars 27 forks source link

RDM 2019 Connection error: QRedisClient compiled without ssh support. #12

Closed briannguyen91 closed 5 years ago

onewe commented 5 years ago

@briannguyen91 Since 0.9.9 RDM by default does not include SSH Tunneling support. You can create a SSH tunnel to your Redis server manually and connect to localhost: ssh -L 6379:REDIS_HOST:6379 SSH_USER@SSH_HOST -P SSH_PORT -i SSH_KEY -T -N