Package org.redisson.reactive
Class RedissonKeysReactive
java.lang.Object
org.redisson.reactive.RedissonKeysReactive
- Author:
- Nikita Koksharov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<String> getKeys()reactor.core.publisher.Flux<String> getKeys(int count) reactor.core.publisher.Flux<String> getKeysByPattern(String pattern) reactor.core.publisher.Flux<String> getKeysByPattern(String pattern, int count)
-
Constructor Details
-
RedissonKeysReactive
-
-
Method Details
-
getKeys
-
getKeys
-
getKeysByPattern
-
getKeysByPattern
-