]> git.saurik.com Git - redis.git/commit - src/redis-cli.c
redis-cli does no longer try to auto detect if it is used inside a pipe. To read...
authorantirez <antirez@gmail.com>
Thu, 9 Sep 2010 14:38:10 +0000 (16:38 +0200)
committerantirez <antirez@gmail.com>
Thu, 9 Sep 2010 14:38:10 +0000 (16:38 +0200)
commitbc63407be6c65d779ba218ad79a4889f86e37fd5
tree49e46a10eb8885b7710ee93731e2d928d27f34be
parent7f9a4db3c013b744e11dc7f58026009392b051de
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.
src/redis-cli.c