Skip to content
#

redis-cluster

Here are 263 public repositories matching this topic...

Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...

  • Updated Jan 10, 2022
  • Java
quick_redis_blog

QuickRedis is a free forever Redis Desktop manager. It supports direct connection, sentinel, and cluster mode, supports multiple languages, supports hundreds of millions of keys, and has an amazing UI. Supports both Windows, Mac OS X and Linux platform.

  • Updated Dec 22, 2021
  • JavaScript
level077
level077 commented Jul 1, 2020

当前有A集群12主12从,版本3.2.6。单节点4100W+的key,rdb文件1.6G上下。
现在新建集群B,12主12从,版本5.0.8,数据从集群A实时同步到集群B中。
当某个(重试几次,不固定)Dbsyncer完成全量同步开始增量同步时,报下图错误,同时进程退出:
redis-shake-error

cluster keyslot 查了一下,错误中的key都是分布在节点边界slot上,比如节点的第一个或者最后一个slot。

没有用到事务,没有lua,没有bigkey,只是最简单的操作。可以往什么方向排查?

Improve this page

Add a description, image, and links to the redis-cluster topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the redis-cluster topic, visit your repo's landing page and select "manage topics."

Learn more