Uses of Class
redis.clients.jedis.resps.StreamInfo
Packages that use StreamInfo
Package
Description
This package contains the interfaces that contain methods representing Redis core commands.
-
Uses of StreamInfo in redis.clients.jedis
Fields in redis.clients.jedis with type parameters of type StreamInfoMethods in redis.clients.jedis that return StreamInfoModifier and TypeMethodDescriptionJedis.xinfoStream(String key) UnifiedJedis.xinfoStream(String key) Methods in redis.clients.jedis that return types with arguments of type StreamInfoModifier and TypeMethodDescriptionfinal CommandObject<StreamInfo> CommandObjects.xinfoStream(String key) MultiNodePipelineBase.xinfoStream(String key) Pipeline.xinfoStream(String key) TransactionBase.xinfoStream(String key) -
Uses of StreamInfo in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands that return StreamInfoModifier and TypeMethodDescriptionStreamCommands.xinfoStream(String key) Introspection command used in order to retrieve different information about the streamMethods in redis.clients.jedis.commands that return types with arguments of type StreamInfoModifier and TypeMethodDescriptionStreamPipelineCommands.xinfoStream(String key) Introspection command used in order to retrieve different information about the stream