🔒spring data redis 封装工具类包含分布式锁(distributedLock)、分布式唯一键(distributedId)
☆53Feb 10, 2025Updated last year
Alternatives and similar repositories for spring-data-redis-tools
Users that are interested in spring-data-redis-tools are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 在公司接了一个任务,完成一个项目数据同步的模块。要求是不能操作项目的数据库。怕操作不当,数据丢失。所以想到的方案是使用log4jdbc记录数据源的SQL语句到日志文件。然后按行读取日志文件中的数据,记录读取的Point,以便下次继续读取。读取的数据进入bigqueue队列,…☆12Aug 10, 2017Updated 8 years ago
- castle-cloud是基于spring-cloud的一整套企业级开发平台,包含了用户、角色、权限、菜单等基础功能。☆12Mar 6, 2018Updated 8 years ago
- logging-aspect 项目中日志收集实现AOP 和 Listener两种全局实现☆10Nov 17, 2017Updated 8 years ago
- 我经常用到的一些小工具类:类型验证、转换,http,oauth,job,redis queue,jsonrpc等☆13Feb 8, 2017Updated 9 years ago
- spring cloud alibaba Integrate everything demo Nacos服务发现 Ribbon 负载均衡 Feign Nacos 配置中心 Spring cloud Gateway API网关 Apache RocketMQ 消息通信 Sp…☆13Nov 2, 2019Updated 6 years ago
- AI Agents on 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.
- 手把手教你设计并实现一个基于Redis的分布式锁☆70Apr 1, 2019Updated 7 years ago
- 基于nginx lua做前端防御,基于hadoop做用户行为分析的waf☆11Nov 17, 2016Updated 9 years ago
- SpringBoot2/SpringCloud☆12Apr 2, 2019Updated 7 years ago
- 适用于小程序mina框架的weui组件☆12May 31, 2018Updated 8 years ago
- 分布式锁和配置管理中心的实现,采用zookeeper的全局有序的特性来实现☆11May 11, 2015Updated 11 years ago
- spring-cloud-gateway的管控平台,简称SCGA☆14Nov 17, 2018Updated 7 years ago
- 规则引擎测试☆10Feb 27, 2014Updated 12 years ago
- springboot2 + mybatis + mysql + oracle + sqlserver + (fake)restful [ 多数据源配置 ]☆12Sep 19, 2021Updated 4 years ago
- 学习netty时的一些demo,学习书籍netty权威指南,以及自己实现的基于netty的私有协议栈☆18Aug 28, 2017Updated 8 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 一个基于ElasticSearch的业务日志记录工具☆10Nov 5, 2018Updated 7 years ago
- Deprecated☆11Oct 10, 2020Updated 5 years ago
- 模块化后台服务☆105Dec 15, 2018Updated 7 years ago
- generic pool for golang☆20Jul 25, 2020Updated 5 years ago
- beego开发的短网址项目☆14Jan 2, 2018Updated 8 years ago
- 【TDEngine 时序数据库连接池】 内置驱动包、支持Http、支持3种连接池☆20Jun 30, 2026Updated 3 weeks ago
- 轻量级规则引擎☆23Aug 15, 2017Updated 8 years ago
- RPC框架,基于netty,实现了远程调用、服务治理等功能☆16May 19, 2018Updated 8 years ago
- 分布式雪花算法全局生成器的SDK,DistributedID的SDK方式接入☆22Jan 21, 2017Updated 9 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- SpringBoot项目。 主要是Netty与RabbitMq,包含服务与客户端,编码与解码器;定义了两个线程池一个用于netty,一个用于异步写日志。使用了自定义注解获取相应的handler。同时包含mysql、mongo、redis☆17Jan 28, 2019Updated 7 years ago
- springboot+redis集群,及jedisUtil工具,redis操作代码,供以后参考☆11Oct 27, 2023Updated 2 years ago
- 基于Redis的延迟队列系统☆46May 3, 2017Updated 9 years ago
- Rusty-talib is a technical analysis library written in pure Rust, providing various methods for calculating technical indicators.☆15Dec 16, 2023Updated 2 years ago
- 日志实时监控,检索,报警☆19Apr 26, 2016Updated 10 years ago
- Golang对接宝付、通联、富友金账户等支付平台☆13Mar 29, 2023Updated 3 years ago
- 这里将paddle中的ocr等模型转为onnx格式,并利用java版深度框架djl加载这些onnx模型进行推理预测尝试。☆14Nov 15, 2022Updated 3 years ago
- spring boot 相关使用代码☆11May 26, 2018Updated 8 years ago
- 一个redis操作相关的项目,包括用户存储redis对象变成hashmap的工具,包括支持ack应答,取消消息的mq☆65Aug 9, 2016Updated 9 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- 一款基于Java注解的elasticsearch mapping生成工具,支持ES 5.2.0所有可选参数☆21Jul 8, 2017Updated 9 years ago
- 基于SpringBoot生产分布式下全局的ID,保证ID生成的顺序性、无重复性、高可用,利用Redis排除了受单点故障问题的影响,生成ID规则: 年份(2位) + 一年中第几天 (3位)+ 小时(2位) + Redis自增序号 (5位),总计12位, 支持一小时内近100…☆48Oct 25, 2018Updated 7 years ago
- ☆15Jul 7, 2011Updated 15 years ago
- springboot+mtqq+netty(一个简单的IoT开发的Java交互后端,也可以用来做即时通信)☆41Mar 6, 2018Updated 8 years ago
- 基于B站的kratos框架,加上一些自有特性☆22Jan 15, 2026Updated 6 months ago
- 基于Okhttp实现微信支付v3接口的SDK☆21Jun 30, 2026Updated 3 weeks ago
- 小星星点起,谢谢哈~html5的多个video标签:截取视频源的封面图poster;增加监听视频播放状态的功能;☆10Feb 23, 2021Updated 5 years ago