Skip to content

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

🛠️ Redis Tools

  • 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.
  • tair-pulse: A tool for visualizing the latency and availability of Tair/Redis instances.
  • 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.

❇️ 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.
TairDoc It supports JSON data storage and querying.

🔗 Tair Clients

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

Popular repositories Loading

  1. RedisShake RedisShake Public

    RedisShake is a Redis data processing and migration tool.

    Go 4k 723

  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 727 161

  3. TairHash TairHash Public

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

    C 243 43

  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 117 20

  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 97 12

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

    Based on Jedis that operates Tair For Redis Modules.

    Java 88 24

Repositories

Showing 10 of 16 repositories

Top languages

Loading…

Most used topics

Loading…