Tass

Results 15 comments of Tass

I have the same question

I updated go.mod like this, so I got another error: ``` go: finding module for package sigs.k8s.io/controller-runtime/pkg/envtest/printer resource-controller/pkg/client imports github.com/bitpoke/mysql-operator/pkg/apis/mysql/v1alpha1 tested by github.com/bitpoke/mysql-operator/pkg/apis/mysql/v1alpha1.test imports sigs.k8s.io/controller-runtime/pkg/envtest/printer: module sigs.k8s.io/controller-runtime@latest found (v0.16.3), but...

cc @leonchen83 do you have any ideas for that?

Oh, let me give it a try. Thank you, @leonchen83

I have another question. I want to start on full sync mode `PSYNC ? -1`. However, I am confused about handling this event type. Many sub-classes inherit `KeyValuePair`, while I...

is there any way to parse the raw commands to `rdb` file format? When starting the application, I will first dump the data to the `dump.rdb` file. Then I will...

the example `incr_1.txt` file: ```shell SELECT 0 APPEND key1 Hello SET key2 value1 SET key3 value2 PXAT 1717143998448 MSET key4 value3 key5 value4 HSET hash1 field1 value1 field2 value2 HSET...

The code backs up only once. I tried adding some keys, however, when I restored the `dump.rdb` into another Redis, I didn't see them. That means there are only `snapshots`,...