Chayim

Results 269 comments of Chayim

Hi @ajavia I don't think you're triggering what you're hoping for. Your path, has to be a valid [jsonpath](https://redis.io/docs/stack/json/path/#jsonpath-syntax) syntax. Can you share your code sample? I tried reproducing this...

https://github.com/MagicStack/uvloop/issues/567 is a precursor

Folks, I straight up forgot about this. We're getting it into the 5.1 beta with the removal of Python 3.7 too. @dvora-h leaving this with you.

@adamantike thanks, used that.. but have an SSL context issue within the asyncio side. Are you familiar with this at all?

Part of https://github.com/redis/hiredis-py/issues/167

@dvora-h As you're getting a 4.5.5 ready, I wonder if some of @kristjanvalur recent contributions address this!

@nwoods Ideally you wouldn't authenticate this way. Auth should happen during the construction of `redis.Redis`, as username and password are supported there. @dvora-h either way, please have a look