Interface RStream<K,V>

Type Parameters:
K - key type
V - value type
All Superinterfaces:
RExpirable, RExpirableAsync, RObject, RObjectAsync, RStreamAsync<K,V>
All Known Implementing Classes:
RedissonStream

public interface RStream<K,V> extends RStreamAsync<K,V>, RExpirable
Interface for Redis Stream object.

Requires Redis 5.0.0 and higher.

Author:
Nikita Koksharov