Why is completion not starting from the begining after last element in the list.
I know there is shift tab but this is not how redis-cli or shell works.
bash does nothing on the first tab, and prints a list of completions on the 2nd tab. tcsh prints a list of completions on the first tab. I prefer completions to happen in-line.
I've never used redis-cli.
Upon experimentation, I see that cmd.exe and zsh loop around as you describe. Patch welcome.
Why is completion not starting from the begining after last element in the list. I know there is shift tab but this is not how redis-cli or shell works.