| 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> RStream<K,V> |
Redisson.getStream(String name) |
<K,V> RStream<K,V> |
Redisson.getStream(String name,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> RStream<K,V> |
RedissonClient.getStream(String name)
Returns stream instance by
name
Requires Redis 5.0.0 and higher. |
<K,V> RStream<K,V> |
RedissonClient.getStream(String name,
Codec codec)
Returns stream instance by
name
using provided codec for entries. |
Copyright © 2014–2018 The Redisson Project. All rights reserved.