Uses of Class
redis.clients.jedis.StreamInfo
-
Packages that use StreamInfo Package Description redis.clients.jedis redis.clients.jedis.commands -
-
Uses of StreamInfo in redis.clients.jedis
Fields in redis.clients.jedis with type parameters of type StreamInfo Modifier and Type Field Description static Builder<StreamInfo>BuilderFactory. STREAM_INFOMethods in redis.clients.jedis that return StreamInfo Modifier and Type Method Description StreamInfoBinaryJedis. xinfoStream(byte[] key)StreamInfoBinaryShardedJedis. xinfoStream(byte[] key)StreamInfoJedis. xinfoStream(String key)StreamInfoShardedJedis. xinfoStream(String key) -
Uses of StreamInfo in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands that return StreamInfo Modifier and Type Method Description StreamInfoBinaryJedisCommands. xinfoStream(byte[] key)StreamInfoJedisCommands. xinfoStream(String key)Introspection command used in order to retrieve different information about the stream
-