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.
  • 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 3.8k 693

  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 704 156

  3. TairHash TairHash Public

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

    C 236 40

  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 113 16

  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 91 9

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

    Based on Jedis that operates Tair For Redis Modules.

    Java 83 23

Repositories

Showing 10 of 16 repositories
  • RedisShake Public

    RedisShake is a Redis data processing and migration tool.

    tair-opensource/RedisShake’s past year of commit activity
  • tair-opensource/tair-tools’s past year of commit activity
    Python 2 MIT 1 0 0 Updated Sep 2, 2024
  • .github Public
    tair-opensource/.github’s past year of commit activity
    0 2 0 0 Updated Aug 28, 2024
  • resp-benchmark Public

    resp-benchmark is a benchmark tool for testing databases that support the RESP protocol, such as Redis, Valkey, and Tair.

    tair-opensource/resp-benchmark’s past year of commit activity
    Rust 9 MIT 4 0 0 Updated Aug 28, 2024
  • 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).

    tair-opensource/RedisFullCheck’s past year of commit activity
    Go 704 Apache-2.0 156 48 5 Updated Aug 21, 2024
  • resp-compatibility Public

    A tool to detect which version of Redis your Redis-Like database is compatible with.

    tair-opensource/resp-compatibility’s past year of commit activity
    Python 28 MIT 4 0 1 Updated Aug 16, 2024
  • TairHash Public

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

    tair-opensource/TairHash’s past year of commit activity
    C 236 Apache-2.0 40 9 3 Updated Aug 12, 2024
  • tair-go Public

    A client packaged based on go-redis that operates Tair For Redis Modules.

    tair-opensource/tair-go’s past year of commit activity
    Go 35 MIT 7 0 0 Updated Jul 10, 2024
  • TairDoc Public

    TairDoc is a Valkey module that supports JSON data storage and querying.

    tair-opensource/TairDoc’s past year of commit activity
    C 5 Apache-2.0 1 0 0 Updated Jun 18, 2024
  • alibabacloud-tairjedis-sdk Public

    Based on Jedis that operates Tair For Redis Modules.

    tair-opensource/alibabacloud-tairjedis-sdk’s past year of commit activity
    Java 83 MIT 23 2 1 Updated Apr 24, 2024

Top languages

Loading…

Most used topics

Loading…