All Projects → TraceNature → Redissyncer Server

TraceNature / Redissyncer Server

Licence: apache-2.0
RedisSyncer是一个多任务的redis数据同步工具,可灵活的满足Redis间的数据同步、迁移需求; redissyncer is a redis synchronization tool, used in redis single instance and cluster synchronization

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Redissyncer Server

Rump
Hot sync two Redis servers using dumps.
Stars: ✭ 382 (+76.85%)
Mutual labels:  sync, redis
Bcmall
以教学为目的的电商系统。包含ToB复杂业务、互联网高并发业务、缓存应用;DDD、微服务指导。模型驱动、数据驱动。了解大型服务进化路线,编码技巧、学习Linux,性能调优。Docker/k8s助力、监控、日志收集、中间件学习。前端技术、后端实践等。主要技术:SpringBoot+JPA+Mybatis-plus+Antd+Vue3。
Stars: ✭ 188 (-12.96%)
Mutual labels:  redis
Seam3
Cloudkit based persistent store for Core Data
Stars: ✭ 207 (-4.17%)
Mutual labels:  sync
Octosql
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Stars: ✭ 2,579 (+1093.98%)
Mutual labels:  redis
Sync
deprecated Brave sync server. (sync now uses a fork of the Chromium sync protocol.)
Stars: ✭ 208 (-3.7%)
Mutual labels:  sync
Deck
decK: Configuration management and drift detection for Kong
Stars: ✭ 211 (-2.31%)
Mutual labels:  sync
Node Redis
A high-performance Node.js Redis client.
Stars: ✭ 14,573 (+6646.76%)
Mutual labels:  redis
Website
django 开发的BBS博客项目, 此项目包含多用户注册,话题模块,发布文章,文章评论,课程、社区BBS以及消息提示,关注,采用邮箱注册,激活验证登录,以及QQ注册登录,招募作者发布教程在后台管理系统发布, pc采用模板渲染,cms采用vue drf前后分离,登录采用JWT认证登录、移动端采用react开发,
Stars: ✭ 217 (+0.46%)
Mutual labels:  redis
Springboot Examples
spring boot 实践系列
Stars: ✭ 216 (+0%)
Mutual labels:  redis
Kickoff Docker Php
🐳 🐘 🚀 Easily setup a PHP project with Docker
Stars: ✭ 213 (-1.39%)
Mutual labels:  redis
Zkillboard
Easy does it
Stars: ✭ 212 (-1.85%)
Mutual labels:  redis
Cachingframework.redis
Distributed caching based on StackExchange.Redis and Redis. Includes support for tagging and is cluster-compatible.
Stars: ✭ 209 (-3.24%)
Mutual labels:  redis
Springboot Study
maven多模块化,springboot项目,基础各种微服务、搜索引擎
Stars: ✭ 215 (-0.46%)
Mutual labels:  redis
Endb
Key-value storage for multiple databases. Supports MongoDB, MySQL, Postgres, Redis, and SQLite.
Stars: ✭ 208 (-3.7%)
Mutual labels:  redis
Redis Internals
Analyze redis 5.0 source code through diagrams
Stars: ✭ 215 (-0.46%)
Mutual labels:  redis
Redis Cache
A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Credis, HHVM, replication and clustering.
Stars: ✭ 205 (-5.09%)
Mutual labels:  redis
Pottery
Redis for humans. 🌎🌍🌏
Stars: ✭ 204 (-5.56%)
Mutual labels:  redis
Django2 dailyfresh
dailyfresh电商项目,替换django框架为2.X并重构,美化了下后台管理页面,提供docker版本,该项目包含了实际开发中的电商项目中大部分的功能开发和知识点实践, 是一个非常不错的django学习项目,同时也记录在替换框架中遇到的坑,希望对各位的学习有所帮助。
Stars: ✭ 212 (-1.85%)
Mutual labels:  redis
Lnmp
LEMP stack/LAMP stack/LNMP stack installation scripts for CentOS/Redhat Debian and Ubuntu
Stars: ✭ 2,488 (+1051.85%)
Mutual labels:  redis
Crdt Playground
Stars: ✭ 215 (-0.46%)
Mutual labels:  sync

RedisSyncer

English

RedisSyncer是一个redis多任务同步工具集,应用于redis单实例及集群同步。 该工具集包括:

功能列表

  • 单节点、多节点在线同步
  • 指定db库数据映射
  • 批量RDB文件并行导入
  • 批量AOF文件并行导入
  • 批量MIX混合文件导入
  • 增量实时AOF文件生成
  • 断点续传
  • 大key自动拆分
  • rdb跨版本支持,支持高版本至低版本
  • ttl校准

Quick start

请参阅Quick Start Guide,文档包括构建及部署方法及基本使用方法

RoadMap

请参阅 RoadMap

编译环境

环境条件 版本号
[Maven] [3.0+ ]
[JDK] [1.8 ]

运行环境

环境条件 版本号
[JDK] [1.8+ ]

支持Redis版本

环境条件 版本号
[Redis] [2.8-6.0]

支持数据类型

源数据类型 说明
[Redis] [存量数据同步]
[Redis] [增量实时同步]
[Redis] [存量+增量实时同步]
[Redis] [生成实时增量AOF文件]
[本地RDB] [本地RDB文件导入]
[在线RDB] [文件url导入]
[本地AOF] [本地AOF文件导入]
[在线AOF] [文件url导入]
[本地混合文件] [本地混合文件导入]
[在线混合文件] [文件url导入]

[comment]: <> (##支持命令)

[comment]: <> (| 命令 | 命令 | 命令 | 命令 |)

[comment]: <> (| :----:| :----: | :----: | :----: |)

[comment]: <> (| APPEND | BLPOP | SADD |)

[comment]: <> (| SET | BRPOP | SCARD |)

[comment]: <> (| SETEX | BRPOPLPUSH | SDIFFSTORE |)

[comment]: <> (| SETNX | LINSERT | SINTERSTORE |)

[comment]: <> (| GETSET | LPOP | SMOVE |)

[comment]: <> (| SETBIT | LPUSH | SPOP |)

[comment]: <> (| SETRANGE | LPUSHX | SREM |)

[comment]: <> (| MSET | LREM | SUNIONSTORE |)

[comment]: <> (| MSETNX | LSET | 单元格 |)

[comment]: <> (| PSETEX | LTRIM | 单元格 |)

[comment]: <> (| INCR | RPOP | 单元格 |)

[comment]: <> (| INCRBY | RPOPLPUSH | 单元格 |)

[comment]: <> (|INCRBYFLOAT | RPUSH | 单元格 |)

[comment]: <> (| DECR | RPUSHX | 单元格 |)

[comment]: <> (| DECRBY | 单元格 | 单元格 |)

致谢

Jedis

replicatior

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].