Extended client with examples folder and godoc with 3 examples … #26
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Extended the client with examples folder and godoc with 3 examples on how to connect to the RedisGraph Server. ( simplest way possible, with pool, and with SSL )

The examples (with exception to tls ) are part of the tests ( via the
Output: ...
directive ). Here is the aspect of it:Regarding tls support it is also included as pluggable example given that it's more complex and users can get the example working on their system very quickly. ( we're making it have the same look and feel across all modules ). Regarding testing of the tls examples (lets wait a bit for the redisgraph:edge to be able to support it --matter of days ) given that the docker images requires openmp and other dependencies and hacking around it is more difficult than on other modules.
To test tls example locally:
then on the go client: