**运行前必备**:
下载客户端 [Go-redis](https://github.com/alphazero/Go-Redis)。
**示例代码**:
```
package main
import(
"fmt"
"redis"
"log"
)
func main() {
const host=192.168.0.195
const port=6379
const instanceId="84ffd722-b506-4934-9025-645bb2a0997b"
const pass="1234567q"