RedisGraph / redisgraph-go

A Golang client for redisgraph
https://redisgraph.io
BSD 3-Clause "New" or "Revised" License
132 stars 38 forks source link

Support for []string within ToString() function #49

Closed filipecosta90 closed 3 years ago

filipecosta90 commented 3 years ago

This PR closes the missing gap to fix #30. The map support was already addressed by @AvitalFineRedis on #47 so we just need to support []string type within ToString() function. Included as a test the use-case raised on #30 by @sankarvj