Skip to content

👋 Hello, here is the collection of Tair's open source projects. 中文介绍

🛠️ Redis Tools

❇️ Tair Stack

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.

🔗 Tair Clients

Language URL
Python tair-py
Golang tair-go
.Net AlibabaCloud.TairSDK
Java alibabacloud-tairjedis-sdk

Popular repositories

  1. RedisShake RedisShake Public

    RedisShake is a Redis data processing and migration tool.

    Go 3.6k 653

  2. RedisFullCheck RedisFullCheck Public

    redis-full-check is used to compare whether two redis have the same data. Support redis version from 2.x to 7.x (Don't support Redis Modules).

    Go 681 154

  3. TairHash TairHash Public

    A redis module, similar to redis hash, but you can set expiration and version for field.

    C 227 38

  4. TairString TairString Public

    A redis module, similar to redis string, but you can set expire and version for the value. It also provides many very useful commands, such as cas/cad, etc.

    C 110 17

  5. TairZset TairZset Public

    A redis module, similar to redis zset, but you can set multiple scores for each member to support multi-dimensional sorting

    C 87 9

  6. alibabacloud-tairjedis-sdk alibabacloud-tairjedis-sdk Public

    Based on Jedis that operates Tair For Redis Modules.

    Java 80 25

Repositories

Showing 10 of 13 repositories

Top languages

Loading…