Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
bash スクリプトでリモート redis-server の telnet コマンドから出力を抽出するにはどうすればよいですか。
私はするだろう:
telnet remote-redis-ip 6379 LRANGE mylist 0 -1
そして結果を変数に保存します。bash スクリプトでこの目標を達成するにはどうすればよいですか?
ありがとう、