-
Do you plan to share a replicated script like [PA-Graph-Transformer](https://github.com/benatorc/PA-Graph-Transformer) did.
For example, a `train.py` script for the QM7 dataset and achieve around yo…
-
I made a 'normal' search, selected three results, and annotated one. Then, when I checked the selected papers list, I found 4 papers there in which the annotated one was replicated (and colored only o…
-
Update slave's Reploff to repl_master_initial_OFFSET after asynchronous reading of RDB
Repl_master_initial_offset is a global replication offset returned to slave before the master server generates…
-
I've tried to replicate your results for celeba-hq using your instructions.
First downloading the data :
```
bash download.sh celeba-hq-dataset
bash download.sh wing
```
Then executing the com…
-
An entity that is spawned on the client and replicated up to the server with `Replicate::default` will not be added to the client's `RemoteEntityMap`.
This means that, for example, an interest mana…
-
![Screen Shot 2020-07-31 at 6.25.54 PM.png](https://app.gitkraken.com/api/glo/boards/5f267234a35fc80012d75d3a/attachments/5f267324a35fc80012d75d7e)
-
Building upon the RedisLockingStrategy we have implemented a locking strategy that works with [redis replication](https://redis.io/topics/replication). If you are interested, I'll submit a PR.
-
In my production , the slaves replication is always lag for many hours!
127.0.0.1:6379> info replication
# Replication
role:master
connected_slaves:2
slave0:ip=10.xxx.xxx.xxx,port=6379,state=online,…
-
I have cluster with 3 master 8015-8017 and 3 slave 8018-8020
My cluster config:
repl-diskless-sync yes
repl-diskless-sync-delay 5
repl-ping-slave-period 10
repl-timeout 60
repl-disable-tcp-nodelay no…
-
Hello, I'm trying to understand better how replication in SSDB works.
Basically I have a SSDB cluster (made of several master nodes) and I have implemented sharding at the
SSDB client side (so …