Uses of Class
org.springframework.data.redis.connection.stream.StreamInfo.XInfoGroups
Packages that use 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
Methods in org.springframework.data.redis.connection that return StreamInfo.XInfoGroupsModifier and TypeMethodDescriptiondefault StreamInfo.XInfoGroupsDefaultedRedisConnection.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
Methods in org.springframework.data.redis.connection.stream that return StreamInfo.XInfoGroupsModifier and TypeMethodDescriptionstatic StreamInfo.XInfoGroupsFactory method to create a new instance ofStreamInfo.XInfoGroups. -
Uses of StreamInfo.XInfoGroups in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return StreamInfo.XInfoGroupsModifier and TypeMethodDescriptionObtain information about consumer groups associated with the stream stored at the specified key.
RedisCommandsProvider.streamCommands()}.