All Projects → alibaba → alibabacloud-tairjedis-sdk

alibaba / alibabacloud-tairjedis-sdk

Licence: MIT License
alibabacloud-tairjedis-sdk

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to alibabacloud-tairjedis-sdk

FormatPx
Better Formatting in PowerShell
Stars: ✭ 63 (+110%)
Mutual labels:  module
core
augejs is a progressive Node.js framework for building applications. https://github.com/augejs/augejs.github.io
Stars: ✭ 18 (-40%)
Mutual labels:  module
Moduler
Android Moduler 组件化demo
Stars: ✭ 33 (+10%)
Mutual labels:  module
java9-module-examples
a list of Java 9 module samples to dive into the modular world
Stars: ✭ 25 (-16.67%)
Mutual labels:  module
Starter-Module-PrestaShop-1.6
A boilerplate that will get you started with your module for PrestaShop v1.6
Stars: ✭ 24 (-20%)
Mutual labels:  module
vania
A module which fairly distributes a list of arbitrary objects among a set of targets, considering weights.
Stars: ✭ 75 (+150%)
Mutual labels:  module
polybar-dwm-module
A dwm module for polybar
Stars: ✭ 91 (+203.33%)
Mutual labels:  module
webtrees-pedigree-chart
SVG based pedigree chart module for webtrees genealogy application.
Stars: ✭ 24 (-20%)
Mutual labels:  module
DebugPx
PowerShell Debugging Toolkit (feat. the breakpoint and ifdebug commands)
Stars: ✭ 41 (+36.67%)
Mutual labels:  module
terraform-aws-elasticache
Terraform module to create Elasticache Cluster and replica for Redis and Memcache.
Stars: ✭ 19 (-36.67%)
Mutual labels:  module
Magento2-Admin-Module-Sample
Minimal code to create an admin/backend module in Magento2
Stars: ✭ 45 (+50%)
Mutual labels:  module
yii2-logreader
Yii2 Log Reader
Stars: ✭ 31 (+3.33%)
Mutual labels:  module
surge
Network toolbox Surge rules, modules and configuration files, For pure self use.
Stars: ✭ 207 (+590%)
Mutual labels:  module
Alter-Entity-Autocomplete
Drupal 8 module to alter Entity Autocomplete suggestion list.
Stars: ✭ 38 (+26.67%)
Mutual labels:  module
QtApng
An apng image plugin for Qt to support animated PNGs
Stars: ✭ 75 (+150%)
Mutual labels:  module
Git-API
Gets info from github and transfers into json styled data
Stars: ✭ 18 (-40%)
Mutual labels:  module
JlContentFieldsFilter
Модуль фильтрации материалов Joomla по дополнительным полям
Stars: ✭ 20 (-33.33%)
Mutual labels:  module
htmlgo
Type safe and modularize way to generate html on server side.
Stars: ✭ 43 (+43.33%)
Mutual labels:  module
ci4-album
🔥 CodeIgniter 4 example Album module uses Domain Driven Design Architecture with Tactical Pattern
Stars: ✭ 67 (+123.33%)
Mutual labels:  module
vbl
A collection of useful Bash modules to simplify everyday programming
Stars: ✭ 15 (-50%)
Mutual labels:  module

alibabacloud-tairjedis-sdk

基于 Jedis 封装的,操作 云数据库Redis企业版 的客户端,支持企业版多种 Module 的操作命令及部分高级特性。

  • TairHash, 可实现 field 级别的过期。(已开源)
  • TairString, 支持 string 设置 version,增强的cascad命令可轻松实现分布式锁。(已开源)
  • TairZset, 支持多维排序。(已开源)
  • TairDoc, 支持存储JSON类型。(待开源)
  • TairGis, 支持地理位置点、线、面的相交、包含等关系判断。(待开源)
  • TairBloom, 支持动态扩容的布隆过滤器。(待开源)
  • TairRoaring, Roaring Bitmap, 使用少量的存储空间来实现海量数据的查询优化。(待开源)

快速开始

<dependency>
  <groupId>com.aliyun.tair</groupId>
  <artifactId>alibabacloud-tairjedis-sdk</artifactId>
  <version>(建议使用最新版本)</version>
</dependency>

最新版本查阅:这里
JavaDoc地址:这里

最佳实践

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].