redis-cli does no longer try to auto detect if it is used inside a pipe. To...
redis-cli does no longer try to auto detect if it is used inside a pipe. To read last argument from stdandard input there is to use the -x option. This will make it playing better inside cron scripts and in general when stdin is hacked.
Please register or sign in to comment