ACreed

Results 20 comments of ACreed

The issue occurred because of version mismatch If you are using purescript version 0.12 try latest master Else use v0.3.0 tag and try

Can you delete bower_components, output folder, .bowerrc, .pulp_cache files Then try to build again on master branch with your current version (0.12.3)

Need to run `refreshShardMap` which would get the new cluster info (by invoking `cluster info` call to redis). But in your case how will this query even run, you would...

For anyone else looking here, we have fork in juspay (https://github.com/juspay/hedis) with some of these fixes done already. Would like to upstream them in sometime.

Right now it is fix/connection branch, we are testing the changes in our setup. Once done will merge everything to cluster branch followed by master. >Why is it 104 commits...

JFI. [fix/connection](https://github.com/juspay/hedis/tree/fix/connection) branch is up to date with upstream master and being tested. Once done will make merge to master and release.

JFI, `cluster` branch have the latest code with the above fix and also some other fixes in Juspay Fork. @ysangkok how do you want me to continue, shall i create...

@stefanwire This is a valid scenario. Right now it resolves this issue where at least one of the Redis node persisted the ip address. Generally helpful in more frequent scenarios...

Hi @omnibs , can you give a try with Juspay master branch and share the results. In our internal test it recovers without `NoNodeException`. Please let us know if you...

it's retry mechanism based on MOVED/timeout (this can be configured to recover faster), when it occurs it will get the new shardMap info by picking a random node (again chances...