Class StreamFullInfo

java.lang.Object
redis.clients.jedis.resps.StreamFullInfo
All Implemented Interfaces:
Serializable

public class StreamFullInfo extends Object implements Serializable
This class holds information about a stream info with command xinfo stream mystream full. They can be access via getters. For future purpose there is also getStreamFullInfo() method that returns a generic Map - in case where more info is returned from the server.
See Also: