RedisGraph / redisgraph-py

RedisGraph python client
https://redisgraph.io
BSD 3-Clause "New" or "Revised" License
189 stars 49 forks source link

add bytes type decode process #44

Closed timesong closed 4 years ago

timesong commented 5 years ago

for unicode char output.

swilly22 commented 4 years ago

@timesong, Thank you for this PR, would you mind adding test covering this feature?

mingen-pan commented 4 years ago

It seems that right now the string passed to parse_scalar is always str not bytes.