Uses of Class
redis.clients.jedis.StreamGroupInfo
-
Packages that use StreamGroupInfo Package Description redis.clients.jedis redis.clients.jedis.commands -
-
Uses of StreamGroupInfo in redis.clients.jedis
Fields in redis.clients.jedis with type parameters of type StreamGroupInfo Modifier and Type Field Description static Builder<List<StreamGroupInfo>>BuilderFactory. STREAM_GROUP_INFO_LISTMethods in redis.clients.jedis that return types with arguments of type StreamGroupInfo Modifier and Type Method Description List<StreamGroupInfo>BinaryJedis. xinfoGroup(byte[] key)List<StreamGroupInfo>BinaryShardedJedis. xinfoGroup(byte[] key)List<StreamGroupInfo>Jedis. xinfoGroup(String key)List<StreamGroupInfo>ShardedJedis. xinfoGroup(String key) -
Uses of StreamGroupInfo in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands that return types with arguments of type StreamGroupInfo Modifier and Type Method Description List<StreamGroupInfo>BinaryJedisCommands. xinfoGroup(byte[] key)List<StreamGroupInfo>JedisCommands. xinfoGroup(String key)Introspection command used in order to retrieve different information about groups in the stream
-