Uses of Interface
org.springframework.data.redis.core.BoundStreamOperations
-
Uses of BoundStreamOperations in org.springframework.data.redis.core
Modifier and TypeMethodDescription<HK,
HV> BoundStreamOperations<K, HK, HV> RedisOperations.boundStreamOps
(K key) Returns the operations performed on Streams bound to the given key.<HK,
HV> BoundStreamOperations<K, HK, HV> RedisTemplate.boundStreamOps
(K key)