Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ruby、MySQL などのコンソールに影響する .inputrc を使用してset editing-mode viいますが、Redis では機能しません。そうする方法があるかどうか疑問に思っています (理想的には OSX と Linux)。
set editing-mode vi
(ここでも言及されています。)
@h2eroが言ったように、redis-cliは独自の行編集レイヤーを提供し、使用しませんreadline。
readline
rlwrapを使用してみてください:
$ rlwrap -a -- redis-cli