### # redis sock ### exec {sock}<>/dev/tcp/"$host"/"$port" ### # net wrappers ### redis_send() { printf %s "$@" >&"$sock" }