This is largely inspired by a post on HN about a Redis client that allows you to pipe output to it via command-line. While the idea was cool, I just didn't like the fact that I had to install whole Go framework to make it work. So the idea of a pure Bash-based client was born.
Full article