splurring

Results 2 issues of splurring

I did `pip install redis` However, the commands folder was never downloaded when I check the package. How do I add this?

need more info

When I have this: ``` r = redis.Redis() pipe = r.pipeline(transaction=False) pipe.jsonset('foo', '.', {'hello!': 'world'}) ``` I get: `Pipeline object has no attribute 'jsonset'` When I have this: ``` r...