@ -18,6 +18,7 @@ package org.redisson.api;
import java.util.BitSet;
/**
* Vector of bits that grows as needed.
*
* @author Nikita Koksharov
* Vector of bits that grows as needed. Asynchronous interface.
@ -19,7 +19,7 @@ import java.util.List;
import java.util.Map;
* Geospatial items holder
* Geospatial items holder.
@ -19,6 +19,7 @@ import java.util.List;
* Geospatial items holder. Asynchronous interface.
import java.util.Collection;
* Probabilistic data structure that lets you maintain counts of millions of items with extreme space efficiency.
@ -18,6 +18,8 @@ package org.redisson.api;
* Asynchronous interface.
@ -187,7 +187,7 @@ public interface RKeys extends RKeysAsync {
String randomKey();
* Find keys by key search pattern
* Find keys by key search pattern at once
* Supported glob-style patterns:
* h?llo subscribes to hello, hallo and hxllo