alibaba / alibabacloud-tairjedis-sdk

Based on Jedis that operates Tair For Redis Modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alibabacloud-tairjedis-sdk

English | 简体中文

A client packaged based on Jedis that operates Tair For Redis Modules.

  • TairHash, is a hash that allows you to specify the expiration time and version number of a field. (Open sourced)
  • TairString, is a string that contains a version number. (Open sourced)
  • TairZset, allows you to sort data of the double type based on multiple dimensions. (Open sourced)
  • TairDoc, to perform create, read, update, and delete (CRUD) operations on JSON data. (Coming soon)
  • TairGis, allowing you to query points, linestrings, and polygons. (Coming soon)
  • TairBloom, is a Bloom filter that supports dynamic scaling. (Coming soon)
  • TairRoaring, is a more efficient and balanced type of compressed bitmaps recognized by the industry. (Coming soon)
  • TairTs, is a time series data structure that is developed on top of Redis modules. (Coming soon)
  • TairCpc, is a data structure developed based on the compressed probability counting (CPC) sketch. (Coming soon)
  • TairSearch, is a full-text search module developed in-house based on Redis modules. (Coming soon)

Quick start

<dependency>
  <groupId>com.aliyun.tair</groupId>
  <artifactId>alibabacloud-tairjedis-sdk</artifactId>
  <version>Latest version</version>
</dependency>

The latest verison:here
JavaDoc: here

Example

Refer to the complete example under tests/example/*

Best Practices

Tair All SDK

language GitHub
Java https://github.com/alibaba/alibabacloud-tairjedis-sdk
Python https://github.com/alibaba/tair-py
Go https://github.com/alibaba/tair-go
.Net https://github.com/alibaba/AlibabaCloud.TairSDK

About

Based on Jedis that operates Tair For Redis Modules.

License:MIT License


Languages

Language:Java 100.0%