Structs§
- Base
Distributed Object - The base class of all distributed data structures
- Batch
Config - Batch configuration
- Batch
Group - Batch group
- Batch
Processor - Master batch processor
- Batch
Stats - Batch statistics
- Bloom
Filter Info - Cached
Connection - Circuit
Breaker - Circuit breaker mode
- Client
Stats - Connection
Stats - DelCommand
- DEL command builder
- Detailed
Connection Stats - Expire
Command - EXPIRE command builder
- Function
Listener - Generic
Command - Generic command builder (for unsupported commands)
- GeoRadius
Options - GeoRadius
Result - GetCommand
- GET command builder
- HGet
Command - The HGET command builder
- HSet
Command - The HSET command builder
- Incr
ByCommand - INCRBY command builder
- LPush
Command - LPUSH command builder
- Latency
Stats - 延迟统计信息
- Lock
Info - === 基础锁信息 ===
- Lock
Watchdog - Lockable
Object - The base class of all lock-enabled distributed objects
- Network
Latency Stats - Network latency statistics
- Pending
Message - RAtomic
Long - === RAtomicLong (atomic long) ===
- RBatch
- Batch Operator - user-friendly interface
- RBatch
Builder - Chained batch builder
- RBitSet
- === RBitSet (bit set) ===
- RBlocking
Queue - === RBlockingQueue(Blocking the queue) ===
- RBloom
Filter - RBucket
- RCount
Down Latch - === RCountDownLatch (Counter) ===
- RDelayed
Queue - === RDelayedQueue (Delay queue) ===
- RFair
Lock - === RFairLock ===
- RGeo
- === RGeo (Geographic space) ===
- RKeys
- Key manipulation tool
- RList
- === RList ===
- RList
Iterator - List iterators
- RLock
- === RLock (Reentrant lock) ===
- RMap
- === RMap Optimized implementation (inherited lock functionality)===
- RMulti
Lock - === RMultiLock (Interlocking) ===
- RRate
Limiter - === RRateLimiter (current limiter) ===
- RRead
Lock - RRead
Write Lock - RRed
Lock - === RRedLock (Red lock) ===
- RScript
- === RScript (Script execution) ===
- RSemaphore
- === RSemaphore (SEMAPHORE) ===
- RSet
- RSorted
Set - RStream
- Redisson Stream implementation
- RTopic
- Publish/subscribe functionality
- RWrite
Lock - Redis
Connection Manager - Redisson
Client - Redisson
Config - SAdd
Command - The SADD command builder
- SetCommand
- SET command builder
- Stream
Consumer - Stream 消费者
- Stream
Consumer Manager - Stream 消费者管理器
- Stream
Group - Stream Consumption Section
- Stream
Info - Stream 信息
- Stream
Message - Redis Stream MESSAGE
- Sync
Redis Connection Manager - Sync
Transaction Builder - Synchronous transaction builder
- Sync
Transaction Context - Synchronous transaction context
- Transaction
Config - Transaction configuration
- Transaction
Result - Transaction execution result
- Transaction
Stats - 事务统计
Enums§
- Backoff
Strategy Config - Batch
Priority - Batch priority
- Batch
Result - Batch results
- Circuit
State - Connection
Mode - Connection
Type - Execution
Mode - Execution mode
- GeoSort
- GeoUnit
- ListEnd
- List
Position - Redis
Connection - Redisson
Error
Statics§
- BATCH_
LOCK_ OPERATION_ SCRIPT - Bulk lock operation script
- BLOOM_
FILTER_ SCRIPT - Bloom filter script
- COMPARE_
AND_ SET_ SCRIPT - Atomic operation script
- COUNTDOWN_
LATCH_ SCRIPT - Counter script (CountDownLatch)
- FORCE_
UNLOCK_ SCRIPT - Force the unlock script
- GEO_
SCRIPT - Geospatial scripts
- GET_
LOCK_ HOLDERS_ SCRIPT - Get the lock holder list script
- GET_
READER_ COUNT_ SCRIPT - Get the reader count script
- LOCK_
SCRIPT - LOCK_
STATUS_ SCRIPT - The lock status check script
- PUBLISH_
SCRIPT - Publish/subscribe scripts
- RATE_
LIMITER_ SCRIPT - Current limiter script
- READ_
LOCK_ SCRIPT - Read the lock acquisition script
- READ_
RENEW_ SCRIPT - Read the lock renewal script
- READ_
UNLOCK_ SCRIPT - Read the lock release script
- RENEW_
SCRIPT - Renewal script
- SEMAPHORE_
ACQUIRE_ SCRIPT - Semaphore scripts
- TRY_
LOCK_ SCRIPT - Attempt to acquire lock script (with timeout)
- UNLOCK_
SCRIPT - WRITE_
LOCK_ SCRIPT - Write lock acquisition script
- WRITE_
RENEW_ SCRIPT - Write the lock renewal script
- WRITE_
UNLOCK_ SCRIPT - Write the lock release script
Traits§
- Command
Builder - Command Builder trait - Core abstraction
- Message
Listener - Message listener characteristics
- RLockable
- Characteristics of the lock operation of Redisson distributed objects
- RObject
- The base trait of all distributed objects
- RObject
Base - The base trait of an encodable object
- Redis
MapExt
Functions§
- convert_
value_ to_ batch_ result - Convert Redis Value to BatchResult