0
次の例では、文字列の末尾に余分なスラッシュを付けるのはなぜですか?redis出力の余分なスラッシュ
[[email protected] src]# echo 'testme one more word new line' | ./redis-cli -x set mytest
OK
[[email protected] src]# ./redis-cli
redis> get mytest
"testme one more word new line\"
上記の例では、\を「行\」にしたくありません。元のechoステートメントにはありません。