Mathieu Coussens

Results 9 comments of Mathieu Coussens

Also, I'll add that I do have a pcap where I see that it first does DNS on the clustercfg.x uri, then TCP connects, ssl connects with this uri, does...

Hi @vladvildanov, Thank you for the response. I've removed the cluster options from my dependency injection and made the parameter a single map input. This works for the SCAN operation,...

@vladvildanov Weird. I don't have the environment details in front of me (different team manages that), but I believe it's a single shard, multiple replica setup. I'll ask them to...

To close of this issue: The solution proposed by VLadvildanov worked and everything seems to behave itself. Weirdly enough I had to build my container twice in the beginning for...

@vladvildanov Sorry for tagging you again, but I once again face trouble. Currently using ``` redis.local: class: Predis\Client arguments: $parameters: { scheme: '%redis_local.scheme%', host: '%redis_local.host%', port: '%redis_local.port%', username: '%redis_local.username%', password:...

I'm gonna have to reopen this issue as it seems like other programming languages seem to consider memorydb as a cluster implementation. https://github.com/abhirockzz/memorydb-cloud9-quickstart/blob/master/main.go https://github.com/aws-samples/amazon-memorydb-for-redis-java-client-examples/blob/main/src/com/amazonaws/amazonmemorydbdemo/RedisMemoryDBDemo.java#L141 I have yet to further progress...

Update: I've been able to verify that even a local cluster setup with TLS does not work. [cluster-setup.zip](https://github.com/predis/predis/files/11330861/cluster-setup.zip) [pcap.zip](https://github.com/predis/predis/files/11330865/pcap.zip) I'm on commit `e8ea05dafe2f9cc6806adefd0c117ccfffd413c7` Example client ```php

@vladvildanov Did you look at the github links I shared? AWS itself uses a "Cluster" client in their java examples. Besides that, in my previous comment I've shared a docker...

Had the same issue. Was setting up a dev environment of the current Bluepower repo. Log:http://pastebin.com/XDAtZNJ9 Line 1460 is probably where you want to look. Second: Updating to Forge 1408,...