redli icon indicating copy to clipboard operation
redli copied to clipboard

Take arguments from stdin

Open rayjlinden opened this issue 4 years ago • 1 comments

Was almost happy to find this tool. Unfortunately, I need to be able to do this: redli -h hostname -a abc1234567890abc --tls set bar < filename.json

I.e. load the data from a file. It is a major pain to not have that functionality. SO... I guess it's back to the drawing board...

rayjlinden avatar Mar 24 '20 20:03 rayjlinden

I assume you're talking about this feature https://redis.io/topics/rediscli#getting-input-from-other-programs. Right?

ullumullu avatar May 20 '20 17:05 ullumullu