Hey James,
Awesome work. I probably should preface this by saying (sadly) I don't have immediate need to use your library, it's just killer code and I thank you greatly for making it open source.
Could you help me understand `namespace Redis`?
In the past I've installed the
PHPRedis extension (native C implementation) -- it creates `Redis` functions that appear native to PHP implementation.
You're using Predis I see? I am kind of surprised, in that, I would've thought most PHP Redis users would opt for the C PHP Extension for speed, which makes me wonder, or at least for me to even try your code, I would need it to be in a different namespace, since I have PHPRedis which creates Redis:: already… right?
The code you present is so clean and well thought out that it makes me wonder if I am misunderstanding namespaces in PHP 5.4+ altogether.