public class RedissonKeysRx extends Object
| Constructor and Description |
|---|
RedissonKeysRx(CommandRxExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Flowable<String> |
getKeys() |
io.reactivex.rxjava3.core.Flowable<String> |
getKeys(int count) |
io.reactivex.rxjava3.core.Flowable<String> |
getKeysByPattern(String pattern) |
io.reactivex.rxjava3.core.Flowable<String> |
getKeysByPattern(String pattern,
int count) |
public RedissonKeysRx(CommandRxExecutor commandExecutor)
Copyright © 2014–2020 Redisson. All rights reserved.