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

     1  # Running the Samples
     2  
     3  Each sample is intended to be ran by running `go run <samplename>.go`
     4  
     5  
     6  
     7  # Basic Info
     8  The `redis_info.go` file will query a localhost Redis server and display
     9  some information pulled from it. It will detail each slave if there are
    10  slaves as well as output some information from the Memory section.
    11  
    12  This exmaple demonstrates how to access and use the Info structs for
    13  Redis.
    14