github.com/therealbill/libredis@v0.0.0-20161227004305-7d50abda5ccf/info/README.md (about)

     1  # libredisinfo
     2  
     3  A library to parse the strings returned by the Redis info command.
     4  
     5  
     6  For the most part this package is used by the client package in order to
     7  return data structures instead of raw info strings. However, you can
     8  pass any info string to it and get those data structures out. Thus it
     9  might be useful for parsing a string from a different client.
    10