👋 Hello, here is the collection of Tair's open source projects. 中文介绍
- RedisShake: A tool for Redis data migration and data filtering.
- resp-compatibility: A tool to detect which version of Redis your Redis-Like database is compatible with.
- resp-benchmark: A benchmark tool for testing databases that support the RESP protocol.
- redis-diagnose-tool: A tool for diagnosing redis/tair client connection errors, and supports detecting the response rtt of the DB Server.
- RedisFullCheck: A tool for comparing whether two redis have the same data.
Name | Description |
---|---|
TairHash | Hash data structure that supports setting expiration and version at field level. |
TairString | Supports the String structure of the version, which can implement distributed locks/optimistic locks. |
TairZset | Supports up to 256-dimensional double sorting, enabling multi-dimensional leaderboards. |
TairGis | It supports the judgment of intersecting, contained and included relations of points, lines and polygons. |
TairDoc | It supports JSON data storage and querying. |
Language | URL |
---|---|
Python | tair-py |
Golang | tair-go |
.Net | AlibabaCloud.TairSDK |
Java | alibabacloud-tairjedis-sdk |