| Package | Description |
|---|---|
| com.lambdaworks.redis |
| Modifier and Type | Method and Description |
|---|---|
KeyValue<K,V> |
RedisConnection.blpop(long timeout,
K... keys) |
KeyValue<K,V> |
RedisConnection.brpop(long timeout,
K... keys) |
| Modifier and Type | Method and Description |
|---|---|
Future<KeyValue<K,V>> |
RedisAsyncConnection.blpop(long timeout,
K... keys) |
Future<KeyValue<K,V>> |
RedisAsyncConnection.brpop(long timeout,
K... keys) |
Copyright © 2025. All rights reserved.