All Products
Search
Document Center

Tair (Redis® OSS-Compatible):Clients

Last Updated:Jun 16, 2026

Tair (Redis OSS-compatible) is fully compatible with Redis, so you can use any Redis-compliant client. Tair (Redis OSS-compatible) also provides TairJedis, a dedicated client for Tair (Enterprise Edition) developed in-house by Alibaba Cloud based on Jedis, which allows you to use Redis data structures without having to write specific code for each data structure.

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 way you connect to native Redis databases, using any Redis-compliant client.

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

Tair (Enterprise Edition)

To work with the extended data structures of Tair, the Tair (Redis OSS-compatible) team provides Tair clients built on top of popular Redis clients. Use these Tair clients to access the extended data structures of Tair.

Tair client

Programming language

Description

TairJedis

Java

A Tair client built on Jedis.

AlibabaCloud.TairSDK

.NET

A Tair client built on .NET Core 5.0 and StackExchange.Redis 2.5.61.

Tair-go

Go

A Tair client built on go-redis.

Tair-py

Python

A Tair client built on redis-py.

Usage notes

Each client has its own error codes and troubleshooting steps. Check your client's official documentation first when you encounter errors.

For common client errors and solutions, see Common errors and troubleshooting.