Interface RStreamAsync<K,​V>

  • Type Parameters:
    K - key type
    V - value type
    All Superinterfaces:
    RExpirableAsync, RObjectAsync
    All Known Subinterfaces:
    RStream<K,​V>
    All Known Implementing Classes:
    RedissonStream

    public interface RStreamAsync<K,​V>
    extends RExpirableAsync
    Async interface for Redis Stream object.

    Requires Redis 5.0.0 and higher.

    Author:
    Nikita Koksharov