Package org.redisson

Class RedissonStream<K,V>

java.lang.Object
org.redisson.RedissonObject
org.redisson.RedissonStream<K,V>
Type Parameters:
K - key type
V - value type
All Implemented Interfaces:
RExpirable, RExpirableAsync, RObject, RObjectAsync, RStream<K,V>, RStreamAsync<K,V>

public class RedissonStream<K,V> extends RedissonObject implements RStream<K,V>
Author:
Nikita Koksharov