Uses of Class
redis.clients.jedis.resps.StreamGroupInfo
Packages that use StreamGroupInfo
Package
Description
This package contains the interfaces that contain methods representing Redis core commands.
-
Uses of StreamGroupInfo in redis.clients.jedis
Fields in redis.clients.jedis with type parameters of type StreamGroupInfoModifier and TypeFieldDescriptionstatic final Builder<List<StreamGroupInfo>> BuilderFactory.STREAM_GROUP_INFO_LISTMethods in redis.clients.jedis that return types with arguments of type StreamGroupInfoModifier and TypeMethodDescriptionfinal CommandObject<List<StreamGroupInfo>> CommandObjects.xinfoGroup(String key) Deprecated.Jedis.xinfoGroup(String key) Deprecated.MultiNodePipelineBase.xinfoGroup(String key) Deprecated.Pipeline.xinfoGroup(String key) Deprecated.TransactionBase.xinfoGroup(String key) Deprecated.UnifiedJedis.xinfoGroup(String key) Deprecated.final CommandObject<List<StreamGroupInfo>> CommandObjects.xinfoGroups(String key) Jedis.xinfoGroups(String key) MultiNodePipelineBase.xinfoGroups(String key) Pipeline.xinfoGroups(String key) TransactionBase.xinfoGroups(String key) UnifiedJedis.xinfoGroups(String key) -
Uses of StreamGroupInfo in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands that return types with arguments of type StreamGroupInfoModifier and TypeMethodDescriptionStreamCommands.xinfoGroup(String key) Deprecated.StreamPipelineCommands.xinfoGroup(String key) Deprecated.StreamCommands.xinfoGroups(String key) Introspection command used in order to retrieve different information about groups in the streamStreamPipelineCommands.xinfoGroups(String key) Introspection command used in order to retrieve different information about groups in the stream
StreamCommands.xinfoGroups(java.lang.String).