Aaron Cavanaugh-Broad

Results 7 comments of Aaron Cavanaugh-Broad

I'm having the same issue with elasticache and the `createCluster` function, it just hangs indefinitely when you call `cluster.connect()` unless you provide a `url` entry in the `defaults` object. However,...

@leibale oh, awesome! Do you have any idea when that might be pushed out in a release?

@leibale I just tried release 4.0.4 and unfortunately I'm still having the same problem. With the code ``` const client = createCluster({ rootNodes: [ { url: "rediss://redis-1-url:6379", }, { url:...

@leibale you're a wizard! That did it, I'm getting successful cluster connections now. I thought that having `rediss` as the protocol would handle the tls-ing but I guess cluster mode...

I have the same problem with 6.1.0 on iOS 14 only. Response is always an empty array so now people are essentially losing their purchases.

I've been playing around with it a bit more to try to figure this out, including deleting my entire Riot project and reducing it to just this tag that I...

I just wanted to chime in and say that this is my # 1 pain point as well. I'm frequently debugging issues across multiple services so I'm checking this DB...