opsForStream()方法

https://docs.spring.io/spring-data/redis/docs/current/api/org/springframework/data/redis/core/RedisTemplate.html#opsForStream()

opsForStream

public <HK,HV> StreamOperations<K,HK,HV> opsForStream()
Description copied from interface: RedisOperations

Returns the operations performed on Streams.

Specified by:
opsForStream in interface RedisOperations<K,V>

Returns:
stream operations.

posted @ 2025-04-26 23:08  kuki'  阅读(23)  评论(0)    收藏  举报