Alex Hlavinka

Results 2 issues of Alex Hlavinka

This completes the development and testing related to #604. - Implement new Param and CallableParam field types - Update handling of **kwargs for base factory `process_kwargs` and `process_kwargs_coverage`. A new...

I'm using redis-py version 5.2.1. The documentation shows that calls to a pipeline can be chained. Here's an example from the documentation: ```py pipe = r.pipeline() pipe.set("a", "a value").set("b", "b...