tencent cloud

Tencent Cloud Distributed Cache (Redis OSS-Compatible)

Release Notes and Announcements
Release Notes
Announcements
User Tutorial
Product Introduction
Overview
Product Strengths
Use Cases
Storage Engine
Product Series
Product Versions
Specifications and Performance
Read/Write Separation
Multi-AZ Deployment
Regions and AZs
Terms
Service Regions and Service Providers
Purchase Guide
Billing Overview
Pricing Center
Instance Purchasing
Renewal (Yearly/Monthly Subscription)
Refund (Yearly/Monthly Subscription)
Overdue Payments
Switching from Pay-as-You-Go to Yearly/Monthly Subscription
Getting Started
Quickly Creating an Instance
Connecting to an Instance (Redis/Valkey Edition)
Operation Guide
Operation Overview
Connecting to a Database Instance
Managing Instances
Upgrade Instance
Management Node (Redis/ValKey Edition)
Multi-AZ Deployment Management
Backup and Restoration
Managing Accounts
Parameter Configuration
Slow Query
Access Management
Network and Security
Monitoring and Alarms
Event Management (Redis/ValKey Edition)
Data Migration
Global Replication for Redis Edition
Database Audit
Performance Optimization
Sentinel Mode
Development Guidelines
Naming Rules
Basic Usage Guidelines
Design Principles of Key and Value
Command Usage Guidelines
Design Principles of Client Programs
Connection Pool Configuration
Command Reference
Command Reference Overview
Redis Edition and Valkey Edition Command Compatibility
Version Command Usage Differences
Differences Between the Proxy Architecture and Direct Connection Mode
More Command Operations (Redis/Valkey Edition)
Memcached Edition Command Compatibility
Practical Tutorial
Building TencentDB for Redis® Client Monitoring Based on Spring Boot
Redis Client Connection Configuration Policy and Practice
Global SCAN Guide for Cluster Architecture
Eliminating Instances Securely
Hot Key and Big Key
AZ Migration Scheme
Troubleshooting
Connection Exception
Exception Analysis and Solution of Redisson Client Timeout Reconnection
Performance Troubleshooting and Fine-Tuning
API Documentation
History
Introduction
API Category
Making API Requests
Instance APIs
Parameter Management APIs
Other APIs
Backup and Restoration APIs
Region APIs
Monitoring and Management APIs
Log APIs
Data Types
Error Codes
FAQs
General
Connection and Login
Purchase
Service Agreement
Service Level Agreement
Terms of Service
Glossary
Contact Us

List Group

PDF
フォーカスモード
フォントサイズ
最終更新日: 2026-03-17 18:10:58
Redis version 2.8 Standard Architecture, Redis 4.0, 5.0, 6.2, 7.0, and ValKey 8.0 Standard Architecture and Cluster Architecture all support lindex, linsert, llen, lpop, lpush, lpushx, lrange, lrem, lset, ltrim, rpop, rpoplpush, rpush, rpushx, blpop, brpop, brpoplpush commands.
The Standard Architecture of Redis version 2.8, Redis 4.0, and Redis 5.0 do not support the blmove, lmove, and lpos commands, whereas Redis 6.2 and 7.0 do.
Cluster Architecture does not support the rpoplpush, blpop, brpop, or brpoplpush commands in cross-slot scenarios.
Redis 7.0 version and ValKey 8.0 support: lmpop, blmpop.
Command Family
Command
New Description
list Family
LMPOP numkeys key [key ...] <LEFT | RIGHT> [COUNT count]
New commands added.
Pop COUNT elements from the list, with the popping direction controlled by LEFT | RIGHT.
Multi-key commands.
BLMPOP timeout numkeys key [key ...] <LEFT | RIGHT> [COUNT count]
New commands added.
The blocking version of lmpop, where timeout is used to set the blocking time.
If blmpop is used in multi exec, its behavior is equivalent to lmpop. This specification is defined by Redis, and proxy does not perform special handling.
For specific information, see the table below. "✓" indicates support, "x" indicates no support, and "-" indicates that the command does not involve cross-slot access scenarios.
Command
Redis 7.0/ValKey 8.0 Standard Architecture
Redis 7.0/ValKey 8.0 Cluster Architecture
Redis 6.2 Standard Architecture
Redis 6.2 Cluster Architecture
Redis 5.0 Standard Architecture
Redis 5.0 Cluster Architecture
Redis 4.0 Standard Architecture
Redis 4.0 Cluster Architecture
Redis 2.8 Standard Architecture
Cluster Architecture Cross-Slot Support
lindex
-
linsert
-
llen
-
lpop
-
lpush
-
lpushx
-
lrange
-
lrem
-
lset
-
ltrim
-
rpop
-
rpoplpush
x
rpush
-
rpushx
-
blpop
x
brpop
x
brpoplpush
x
blmove
x
x
x
x
x
-
lpos
x
x
x
x
x
-
lmove
x
x
x
x
x
-
lmpop
x
x
x
x
x
x
x
-
blmpop
x
x
x
x
x
x
x
-

ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック