Uses of Class
org.springframework.data.redis.connection.stream.StreamInfo.XInfoGroups
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Data structures and interfaces to interact with Redis Streams.
Core package for integrating Redis with Spring concepts.
-
Uses of StreamInfo.XInfoGroups in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptiondefault StreamInfo.XInfoGroups
DefaultedRedisConnection.xInfoGroups
(byte[] key) Deprecated.DefaultStringRedisConnection.xInfoGroups
(byte[] key) DefaultStringRedisConnection.xInfoGroups
(String key) RedisStreamCommands.xInfoGroups
(byte[] key) Obtain information about consumer groups associated with the stream stored at the specified key.StringRedisConnection.xInfoGroups
(String key) Obtain information about consumer groups associated with the stream stored at the specified key. -
Uses of StreamInfo.XInfoGroups in org.springframework.data.redis.connection.stream
Modifier and TypeMethodDescriptionstatic StreamInfo.XInfoGroups
Factory method to create a new instance ofStreamInfo.XInfoGroups
. -
Uses of StreamInfo.XInfoGroups in org.springframework.data.redis.core
Modifier and TypeMethodDescriptionObtain information about consumer groups associated with the stream stored at the specified key.
RedisCommandsProvider.streamCommands()
}.