Farhan
Farhan
I'd like to have a look at this, if it is not already picked
I just wanted to update that my progress has been real slow on this, in case anyone else is looking to pick this up, I don't want to create a...
Is someone working on this actively? If not, I can pick it up
Sorry for the delay in replying @prometherion , I would not be able to complete this as of now. Apologies
There is an issue stopping the server when the replication follower are set on the database directly (for defaultdb). Following are the steps: 1) start master ``` ./immudb --replication-sync-followers 1...
The tests work fine, but are flaky sometimes with the following errors: - key not found in one of the followers - error during follower shutdown I am thinking of...
@byo I agree with you, that would be nice, this would then classify as end to end tests for us Something that could help set this up for us https://github.com/ory/dockertest
Thank you for the comment @gozeloglu The SetEx method is currently implemented on the key. The idea is that as follows ``` set foo bar #for setting value setex foo...
```What do you mean by this? Where is the key?``` The SetEx method would only use key in the params in the function ```We could definitely combine this into a...
Thank you for the suggestion @Grabber , I wasn't aware of it. Any suggestions on the naming?