Samuel Colvin
Samuel Colvin
> But I still don't get the connection with @samuelcolvin's RedisPipeline class. :-( Sorry if I wasn't clear. I'll try again to explain: I have a class with many (~200)...
Hi @Kentzo, that's incorrect, these are not completely different signatures. Please review the code [here](https://github.com/samuelcolvin/async-redis/blob/master/async_redis/commands.py); as you can see these are functions which may return an awaitable object, not coroutines....
This is off-topic, please create an issue on async-redis if you want to discuss this more. In short, yes they're different signatures, but I think my explanation above gives enough...
Makes sense, also surely it would be easier for pyup's server if you spread the load of creating PRs throughout the week/month?
By the way, it might be worth allowing CI to run without manual approval, see https://github.com/encode/uvicorn/pull/1437#issuecomment-1086574265.
Humm, I'm not sure what to do about these tests - it seems like to support leap seconds, you explicitly want the functionality that this PR alters?
i see `decode_responses` now, sorry. Still, for arq we really need `decode_response` on a per request basis, is that something you'd consider?
I get that, it's part of the reason it would be useful to have a utility method to help. The most flexible solution would be a JSON string with details...
Might also be worthwhile adding the `Programming Language :: Python :: 3.10` classifier to pypi.
I've just had a try and it seems that even with `docstring_style: sphinx`, comments above attributes are not being picked up, so I guess this would need to be a...