在大型游戏中经常使用分布式,分布式中因为游戏逻辑会经常游戏事务,借助redis特性我们可以实现分布式锁和分布式事务。很多redis集群不支持redis的事务特性。 这个框架用来解决分布式服务器下redis集群事务失效的情况下,基于分布式锁完成分布式事务。支持独占锁,共享锁,读写锁,并且支持事务提交失败情况下的回滚操作,让开发者可以有更多时间侧重游戏逻辑.
☆160Apr 17, 2023Updated 2 years ago
Alternatives and similar repositories for redis-game-transaction
Users that are interested in redis-game-transaction are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于spring-sharding-mybaits集成redis缓存的游戏分布式存储框架.支持将对象序列化到队列里,异步存储。 使用spring集成mybatis3垂直和水平分库mysql.使用模版编程,采用代理模式,采集变化的字段,自动完成拼写sql,降低数据库落地难度 …☆47May 23, 2017Updated 8 years ago
- 分布式服务器框架,主要适用于全球服游戏☆21Mar 30, 2018Updated 8 years ago
- 轮盘时间检查调度器 周期性检查器 按照轮盘设计,轮询线程执行一个轮盘循环后,检查过期时间,执行轮盘过期处理,用于定期清理某种任务,可用于周期性检测实体的生命周期,比如网络链接,游戏房间检查。☆30Jan 22, 2018Updated 8 years ago
- 使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用…☆1,668Mar 26, 2026Updated 2 weeks ago
- mybatis3在spring中的分库分表☆26Mar 27, 2017Updated 9 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- 游戏中常用的线程池,顺序队列和非顺序队列☆22Jun 6, 2017Updated 8 years ago
- 基于Netty的强大的游戏服务器框架☆224Jul 1, 2016Updated 9 years ago
- Java 游戏服务器 仿照网狐内核编写☆14Aug 2, 2015Updated 10 years ago
- Distributed Java game server, including login, gateway, game demo☆326Oct 13, 2024Updated last year
- 魅狐引擎-游戏服务器开发引擎☆21May 4, 2016Updated 9 years ago
- 当康系统(模块化可扩展游戏服务器软件系统),Java编写的 游戏服务器支持系统。☆19Oct 4, 2022Updated 3 years ago
- Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring …☆1,224Dec 19, 2025Updated 3 months ago
- Java游戏服务器热更例子。此热更新方法采用启用后更新。即游戏服务器在运行中如果出现bug,采用pid绑定的方式更新。此更新方法只允许更新方法体内的代码。☆50Jun 2, 2018Updated 7 years ago
- 基于netty3.5的游戏服务器框架,方便分布式扩展☆42Nov 29, 2016Updated 9 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- 基于netty3.5的游戏服务器端框架 消息封装,编解码结构提供扩展,请求消息队列处理,基于protobuf的实例已经完成☆106Nov 28, 2016Updated 9 years ago
- JAVA RPC框架,基于netty,kryo,zookeeper 和 spring实现,可无缝接入Spring,客户端和服务器端均采用异步处理,实现20000+TPS。负载均衡策略为轮询。☆15May 25, 2017Updated 8 years ago
- 基于可靠消息的分布式事务实现方案☆30Mar 17, 2017Updated 9 years ago
- 这是一款分布式的java游戏服务器框架☆124Jun 21, 2022Updated 3 years ago
- 基于netty3.6.3实现的文件上传下载功能组件☆40May 20, 2019Updated 6 years ago
- Lnk RPC是一款基于Netty实现RPC通讯协议,支持同步,异步和异步回调三种RPC调用方式,支持参数和返回值多态。支持多种负载均衡方式,支持调用流量控制,支持zookeeper和consul等服务注册发现方式,服务端口支持开发人员,运维人员配置以及动态分配,支持服务依…☆28Dec 6, 2017Updated 8 years ago
- 游戏通讯和逻辑框架基于Netty,对发包做了一个封装,并简单的做了个游戏队列☆98Aug 14, 2023Updated 2 years ago
- 能快速开发出游戏的游戏引擎,本来是如鹏网的GameCore游戏引擎,我对它封装,便于自己用☆11Feb 14, 2016Updated 10 years ago
- 一个基于Java的开源游戏服务器框架实现,使用了Netty、ProtoBuf、Disruptor等☆27Mar 31, 2016Updated 10 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 一致性hash算法案例☆11Jul 23, 2015Updated 10 years ago
- NettyGameServer的开始 https://github.com/jwpttcg66/NettyGameServer☆12May 15, 2017Updated 8 years ago
- rocketmq后台管理,从阿里开源修改。换成rest风格访问,增加拦截器登录配置☆15Jul 1, 2016Updated 9 years ago
- Distributed lock implementation using Redis and Zookeeper.基于redis和zookeeper分布式工具集-包括:分布式锁实现,分布式速率限制器,分布式序列等☆551Aug 23, 2016Updated 9 years ago
- 为Dubbo增加Hystrix断路器☆24Apr 26, 2017Updated 8 years ago
- 基于JavaEE开源、轻量级的企业敏捷开发与管理平台☆19Feb 22, 2023Updated 3 years ago
- java快速上手的网络IO框架,基于netty, google protobuf 数据传输协议,disruptor队列,zookeeper服务注册发现,支持心跳检测,断线重连,tcp连接池,注解分发消息。用于服务器间长连接通讯,可搭建分布式服务器以及分布式游戏。☆21Oct 4, 2022Updated 3 years ago
- 基于Redis的延迟队列系统☆45May 3, 2017Updated 8 years ago
- rpc_learn Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 …☆19May 26, 2015Updated 10 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- 支付订单系统分表分库高并发实现☆13Mar 31, 2022Updated 4 years ago
- A high performance HTTP restful server base on netty, A netty http server, support HTTP2.0☆37Nov 7, 2017Updated 8 years ago
- 整合netty的一个nio消息服务器,封装了请求、响应、广播消息,定义了线程模型,实现了客户端与服务器及服务器与服务器间的通讯☆26Aug 7, 2015Updated 10 years ago
- 用Netty实现NIO Socket聊天系统示例☆11May 14, 2014Updated 11 years ago
- 轻量级,高性能,少依赖,低级封装的服务器开发工具和项目搭建模板,可以开发游戏服务器和小型中间件等☆14Nov 6, 2018Updated 7 years ago
- 网络游戏服务器通信框架☆13Apr 29, 2020Updated 5 years ago
- 进击的坦克的unity前端☆25Nov 30, 2021Updated 4 years ago