javadocs fixed

pull/968/head
Nikita 8 years ago
parent 67d64808c1
commit 15ef25b5c3

@ -18,6 +18,7 @@ package org.redisson.api;
import java.util.BitSet;
/**
* Vector of bits that grows as needed.
*
* @author Nikita Koksharov
*

@ -18,6 +18,7 @@ package org.redisson.api;
import java.util.BitSet;
/**
* Vector of bits that grows as needed. Asynchronous interface.
*
* @author Nikita Koksharov
*

@ -19,7 +19,7 @@ import java.util.List;
import java.util.Map;
/**
* Geospatial items holder
* Geospatial items holder.
*
* @author Nikita Koksharov
*

@ -19,6 +19,7 @@ import java.util.List;
import java.util.Map;
/**
* Geospatial items holder. Asynchronous interface.
*
* @author Nikita Koksharov
*

@ -18,6 +18,7 @@ package org.redisson.api;
import java.util.Collection;
/**
* Probabilistic data structure that lets you maintain counts of millions of items with extreme space efficiency.
*
* @author Nikita Koksharov
*

@ -18,6 +18,8 @@ package org.redisson.api;
import java.util.Collection;
/**
* Probabilistic data structure that lets you maintain counts of millions of items with extreme space efficiency.
* Asynchronous interface.
*
* @author Nikita Koksharov
*

@ -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

Loading…
Cancel
Save