d以下は期待どおりに機能します。しかし、コマンドプロンプトからデフォルトの「0」の代わりにデータを4番目のデータベースに挿入するにはどうすればよいですか?
# echo -n "testing" | /home/shantanu/redis-2.4.2/src/redis-cli -x set my_pass
OK
# echo -n "testing" | /home/shantanu/redis-2.4.2/src/redis-cli -x select 4; set my_pass
(error) ERR wrong number of arguments for 'select' command