leonchen83 / redis-replicator

Redis replication tool. support sync, psync, psync2. can parse rdb, aof, mixed rdb and aof files. support redis-7.2
Apache License 2.0
970 stars 273 forks source link

RedisSocketReplicator支持自定义heartbeat Executor #45

Closed maplestoria closed 3 years ago

maplestoria commented 3 years ago

目前,每个RedisSocketReplicator对象在调用open()方法时,都会创建一个newSingleThreadScheduledExecutor,如果可以支持用户自定义线程池的话,是可以节省一些资源的。

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.002%) to 69.495% when pulling c17d40a2287b0394175c16acb157e8f11222de9f on maplestoria:master into ee26b4708752d3493dbde564a3330c1dff4e758d on leonchen83:master.