I have URL and PORT of remote Redis server. I am able to write into Redis from Scala. However I want to connect to remote Redis via terminal using redis-server
or something similar in order to make several call of hget
, get
, etc. (I can do it with my locally installed Redis without any problem).
