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