RedisShake icon indicating copy to clipboard operation
RedisShake copied to clipboard

RedisShake is a Redis data processing and migration tool.

Results 122 RedisShake issues
Sort by recently updated
recently updated
newest added

resume from break point feature in v3?

Even the sync-up is done it continuously go on, so what is the way to determine that the sync-up is done and make the code stop from that point of...

报错日志如下: 2022-07-29 13:23:55 PNC redisWriter received error. error=[redis: nil], argv=[EVAL if (redis.call('exists', KEYS[1]) == 0) then redis.call('hset', KEYS[1], ARGV[2], 1); redis.call('pexpire', KEYS[1], ARGV[1]); return nil; end; if (redis.call('hexists', KEYS[1], ARGV[2])...

2022/07/27 08:54:04 [INFO] DbSyncer[18] total = 16.70GB - 3.83MB [ 0%] entry=0 2022/07/27 08:54:04 [INFO] DbSyncer[14] total = 16.70GB - 899.34KB [ 0%] entry=0 2022/07/27 08:54:04 [INFO] DbSyncer[3] total =...

错误信息: ``` {"level":"info","time":"2022-07-28T00:59:52Z","message":"send RDB finished. address=[10.218.74.151:13507], repl-stream-db=[0]"}{"level":"info","time":"2022-07-28T00:59:53Z","message":"AOFReader open file. aof_filename=[24418154362.aof]"} {"level":"panic","time":"2022-07-28T00:59:53Z","message":"write tcp 10.28.34.90:56822->10.28.77.104:10515: write: connection timed out"} ```

related issue: #445 add two RDB object value type in redis 7.0: - RDB_TYPE_HASH_LISTPACK - RDB_TYPE_ZSET_LISTPACK support bigdata for zset_listpack/hash_listpack add function type in redis 7.0: - RDB_OPCODE_FUNCTION2 todo: -...

Please add Dockerfile to build or at least RUN in docker. A pre-built public docker image would be great too.