Update documentation, exemples and code for redis support

This commit is contained in:
MathieuHa
2022-11-05 21:45:43 +01:00
parent 5044004ec2
commit d8ee0a34eb
6 changed files with 34 additions and 9 deletions
-1
View File
@@ -102,7 +102,6 @@ func parseResponse(response []byte, dataBuf []byte, Len *int) ([]byte, []byte, e
}
}
}
return nil, dataBuf, nil
}
func initContext(hostnamePort string, redisCmdWrite, redisCmdRead chan RedisCmd) {