yangkangquan123

Results 2 issues of yangkangquan123

## Feature Request #### Is your feature request related to a problem? Please describe The configuration for using lettuce in our service is as follows: `ClusterClientOptions clientOptions = ClusterClientOptions.builder() .timeoutOptions(TimeoutOptions.enabled(Duration.ofMillis(1000)))...

status: waiting-for-feedback
status: feedback-reminder

**Expected behavior** Concurrent locking theoretically means that after one thread locks and releases the lock, another thread should be able to acquire the lock **Actual behavior** The phenomenon we see...

lock