| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonStream<K,V> |
| Modifier and Type | Method and Description |
|---|---|
<K,V> RStreamAsync<K,V> |
RedissonBatch.getStream(String name) |
<K,V> RStreamAsync<K,V> |
RedissonBatch.getStream(String name,
Codec codec) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RStream<K,V>
Redis Stream implementation.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> RStreamAsync<K,V> |
RBatch.getStream(String name)
Returns stream instance by
name |
<K,V> RStreamAsync<K,V> |
RBatch.getStream(String name,
Codec codec)
Returns stream instance by
name
using provided codec for entries. |
Copyright © 2014–2018 The Redisson Project. All rights reserved.