nim-lang / redis

Official redis wrapper for Nim.
Other
126 stars 34 forks source link

Add newlines in strings #12

Closed alehander92 closed 1 year ago

alehander92 commented 6 years ago

I am not sure if that's the right fix: it seems to work for me, but it's a hack.

Anyway, without something like that, currently strings with \r\n inside are trimmed with lrange, which seems wrong: the node lib seems to load them

dom96 commented 6 years ago

Can you describe exactly how to repro the bug this fixes?

Maybe you could also add a test for it?

Araq commented 1 year ago

No feedback.