RedisJSON / redisjson-py

An extension to redis-py for using Redis' ReJSON module
https://redisjson.io
BSD 2-Clause "Simplified" License
160 stars 34 forks source link

Fixing retrieving non-ascii string with JSON.GET, added no_escape flag #26

Closed bentsku closed 5 years ago

bentsku commented 5 years ago

Trying to solve the issue which comes from ReJSON itself as talked about in #19. This pull request adds the no_escape boolean flag to the JSON.GET command, to retrieve non-ascii characters. This flag has been added as a fix in ReJSON and has been discussed in the issue RedisJSON/RedisJSON#98

It should be covered by the new tests, I didn't generate the new API.md file as I don't use python2.

ToughLama commented 5 years ago

thanks very much

freshsun commented 5 years ago

hello, is there a plan for this is merged? thanks!

itamarhaber commented 5 years ago

Thanks @bentsku - this looks great - merging.