Interface RStreamReactive<K,V>

Type Parameters:
K - key type
V - value type
All Superinterfaces:
RExpirableReactive, RObjectReactive

public interface RStreamReactive<K,V> extends RExpirableReactive
Reactive interface for Redis Stream object.

Requires Redis 5.0.0 and higher.

Author:
Nikita Koksharov