All Products
Search
Document Center

Tair (Redis® OSS-Compatible):Clients

Last Updated:Nov 08, 2024

Tair (Redis OSS-compatible) is fully compatible with Redis. You can use a Redis-compliant client based on your business requirements. Tair (Redis OSS-compatible) also provides TairJedis to allow you to use Redis data structures without having to write specific code for each data structure. TairJedis is a dedicated client for Tair (Enterprise Edition) that is developed in-house by Alibaba Cloud based on the Jedis client.

Redis Open-Source Edition

Redis Open-Source Edition is fully compatible with Redis. You can connect to Redis Open-Source Edition instances almost in the same manner that you connect to native Redis databases. You can use a Redis-compliant client based on your business requirements.

For more information, see Use a client to connect to an instance.

Tair (Enterprise Edition)

To facilitate the use of extended data structures of Tair, the Tair (Redis OSS-compatible) team has developed Tair clients on top of specific Redis clients. You can use the Tair clients to call the extended data structures of Tair.

Tair client

Description

TairJedis

A Tair client that is developed based on Jedis.

AlibabaCloud.TairSDK

A Tair client that is developed based on .NET Core 5.0 and StackExchange.Redis 2.5.61.

Tair-go

A Tair client that is developed based on go-redis.

Tair-py

A Tair client that is developed based on redis-py.

Usage notes

Each client has specific errors and troubleshooting methods. We recommend that you search for errors in the official documentation of your client for troubleshooting.

Alibaba Cloud collects common errors that you may encounter when you use clients. For more information, see Common errors and troubleshooting.