jwpttcg66 / redis-game-transaction
在大型游戏中经常使用分布式,分布式中因为游戏逻辑会经常游戏事务,借助redis特性我们可以实现分布式锁和分布式事务。很多redis集群不支持redis的事务特性。 这个框架用来解决分布式服务器下redis集群事务失效的情况下,基于分布式锁完成分布式事务。支持独占锁,共享锁,读写锁,并且支持事务提交失败情况下的回滚操作,让开发者可以有更多时间侧重游戏逻辑.
☆157Updated last year
Alternatives and similar repositories for redis-game-transaction:
Users that are interested in redis-game-transaction are comparing it to the libraries listed below
- 基于Netty的强大的游戏服务器框架☆218Updated 8 years ago
- High performance game server framework by netty and disruptor☆164Updated 6 years ago
- 基于spring-sharding-mybaits集成redis缓存的游戏分布式存储框架.支持将对象序列化到队列里,异步存储。 使用spring集成mybatis3垂直和水平分库mysql.使用模版编程,采用代理模式,采集变化的字段,自动完成拼写sql,降低数据库落地难度 …☆45Updated 7 years ago
- 支持并发的实时排行、排名、排行榜、排序工具(Support for concurrent real-time ranking\sorting tools)-java☆79Updated 6 years ago
- Netty 实现基于 ProtoBuf 的 WebSocket 通信☆62Updated 7 years ago
- 使用springboot + nettysocketio开发的一个简易卡牌游戏。主要想了解游戏服务端开发流程,基本逻辑等相关知识和长连接。☆108Updated 6 years ago
- 一个基于Java的开源游戏服务器框架实现,使用了Netty、ProtoBuf、Disruptor等☆27Updated 8 years ago
- 一个超轻量级的RPC服务注册, 发现, 调用的框架. 使用Spring Boot管理Bean以及自动配置, 使用Netty处理网络请求, 使用ProtoStuff编解码, 使用Zookeeper作为服务注册和发现. 使用Quasar替代线程进行服务的调用.☆62Updated 7 years ago
- netty4游戏服务端,依赖游戏核心包☆179Updated 2 years ago
- ☆79Updated 9 years ago
- anmia 是基于java游戏服务器框架,它是高可伸缩、分布式多进程的游戏服务器框架。☆32Updated last year
- 基于netty3.5的游戏服务器端框架 消息封装,编解码结构提供扩展,请求消息队列处理,基于protobuf的实例已经完成☆100Updated 8 years ago
- 基于netty3.5的游戏服务器框架,方便分布式扩展☆42Updated 8 years ago
- High performance TCP Gateway base on Netty 4 for request data or push message.☆282Updated 6 years ago
- Based netty using java rapid development of lightweight server framework.☆112Updated 9 years ago
- RocketMQ ‘s Learning Tutorial 学习教程☆141Updated 8 years ago
- ☆47Updated 6 years ago
- Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper …☆226Updated last year
- Netty HTTP 协议栈的简单实践☆155Updated 8 years ago
- 对外的技术分享合集,主要是游戏服务器架构、实战,优化等,以及游戏客户端初学分享☆194Updated last year
- 记录一些自己写的技术文档☆75Updated 3 years ago
- 可靠事件系统,Tarzan取自电影《人猿泰山》的英文名,用于保证消息生产者的消息被可靠投递☆81Updated 2 years ago
- 非常高性能又简单的Mycat NIO框架,被很多人用于RPC开发以及基础平台中☆132Updated last year
- Springboot-Netty-Protostuff-ZooKeeper-asyn 同步链接 异步发送消息阻塞等待返回☆24Updated 7 years ago
- 基于netty的分布式聊天服务器。整合zookeeper☆75Updated 2 years ago
- Java游戏服务器热更例子。此热更新方法采用启用后更新。即游戏服务器在运行中如果出现bug,采用pid绑定的方式更新。此更新方法只允许更新方法体内的代码。☆49Updated 6 years ago
- 乐视集团支付订单系统分库分表开源实现☆123Updated 7 years ago
- 服务端游戏核心包(线程模型,配置读取,日志基层,数据存储,协议传输)☆80Updated 4 months ago
- Java分布式RPC服务框架教程,包括 Dubbo/Dubbox, Motan, gRPC.☆112Updated 3 years ago
- Almost-Famous(成名之路) ——卡牌游戏开源项目,架构使用SpringBoot+Netty+Maven+SpringCloud来搭建多进程分布式框架,包括Cloud、Unique、Login、Game、Match、Battle 等服务。☆206Updated last year