javadocs fixed

pull/5099/head
Nikita Koksharov 2 years ago
parent 4952c80c98
commit 4e6bc2bd3d

@ -64,6 +64,8 @@ public class StreamConsumer {
/** /**
* Returns time in milliseconds since the last successful interaction of this consumer * Returns time in milliseconds since the last successful interaction of this consumer
* <p>
* Requires <b>Redis 7.2.0 and higher.</b>
* *
* @return time in milliseconds * @return time in milliseconds
*/ */

@ -154,6 +154,8 @@ public class StreamInfo<K, V> {
/** /**
* Returns the maximal entry ID that was deleted from the stream * Returns the maximal entry ID that was deleted from the stream
* <p>
* Requires <b>Redis 7.0.0 and higher.</b>
* *
* @return StreamMessageId object * @return StreamMessageId object
*/ */
@ -167,6 +169,8 @@ public class StreamInfo<K, V> {
/** /**
* Returns the count of all entries added to the stream during its lifetime * Returns the count of all entries added to the stream during its lifetime
* <p>
* Requires <b>Redis 7.0.0 and higher.</b>
* *
* @return entries count * @return entries count
*/ */
@ -180,6 +184,8 @@ public class StreamInfo<K, V> {
/** /**
* Returns the first ID what was added to the stream * Returns the first ID what was added to the stream
* <p>
* Requires <b>Redis 7.0.0 and higher.</b>
* *
* @return StreamMessageId object * @return StreamMessageId object
*/ */

Loading…
Cancel
Save