Tuesday, July 28, 2020

Print Redis Key Value into a log file


echo 'hgetall experience' | redis-cli -h 10.155.32.55 -p 47000 > /tmp/output.log

No comments:

Post a Comment

zip an empty folder structure

  find . -maxdepth 1000 -type d -exec zip ftpeu.zip {} +